Module: OpenTelemetry::SemConv::Incubating::CPYTHON
- Defined in:
- lib/opentelemetry/semconv/incubating/cpython/metrics.rb,
lib/opentelemetry/semconv/incubating/cpython/attributes.rb
Metrics Names collapse
- CPYTHON_GC_COLLECTED_OBJECTS =
Note:
Stability Level: development
The total number of objects collected inside a generation since interpreter start.
This metric reports data from
gc.stats()
. 'cpython.gc.collected_objects'
- CPYTHON_GC_COLLECTIONS =
Note:
Stability Level: development
The number of times a generation was collected since interpreter start.
This metric reports data from
gc.stats()
. 'cpython.gc.collections'
- CPYTHON_GC_UNCOLLECTABLE_OBJECTS =
Note:
Stability Level: development
The total number of objects which were found to be uncollectable inside a generation since interpreter start.
This metric reports data from
gc.stats()
. 'cpython.gc.uncollectable_objects'
Attribute Names collapse
- CPYTHON_GC_GENERATION =
Note:
Stability Level: development
Value of the garbage collector collection generation.
'cpython.gc.generation'