Class GoIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.GoIncubatingAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classValues forGO_CPU_STATE.static final classValues forGO_MEMORY_TYPE. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String> The detailed state of the CPU.static final io.opentelemetry.api.common.AttributeKey<String> The state of the CPU.static final io.opentelemetry.api.common.AttributeKey<String> The detailed type of memory.static final io.opentelemetry.api.common.AttributeKey<String> The type of memory. -
Method Summary
-
Field Details
-
GO_CPU_DETAILED_STATE
The detailed state of the CPU.Notes:
Value SHOULD match the specific CPU class reported by the Go runtime under
/cpu/classes/.... The list of possible values is subject to change with the Go version used. -
GO_CPU_STATE
The state of the CPU. -
GO_MEMORY_DETAILED_TYPE
The detailed type of memory.Notes:
Value SHOULD match the specific memory class reported by the Go runtime under
/memory/classes/.... The list of possible values is subject to change with the Go version used. -
GO_MEMORY_TYPE
The type of memory.
-