opentelemetry_semantic_conventions::attribute

Constant DOTNET_GC_HEAP_GENERATION

Source
pub const DOTNET_GC_HEAP_GENERATION: &str = "dotnet.gc.heap.generation";
Expand description

Name of the garbage collector managed heap generation.

ยงExamples

  • "gen0"
  • "gen1"
  • "gen2"