opentelemetry_semantic_conventions::attribute

Constant JVM_GC_ACTION

source
pub const JVM_GC_ACTION: &str = "jvm.gc.action";
Expand description

Name of the garbage collector action.

§Notes

Garbage collector action is generally obtained via GarbageCollectionNotificationInfo#getGcAction().

§Examples

  • "end of minor GC"
  • "end of major GC"