Class GoIncubatingAttributes.GoCpuStateIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.GoIncubatingAttributes.GoCpuStateIncubatingValues
- Enclosing class:
GoIncubatingAttributes
Values for
GoIncubatingAttributes.GO_CPU_STATE.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCPU time spent performing garbage collection tasks.static final StringAvailable CPU time not spent executing any Go or Go runtime code.static final StringCPU time spent returning unused memory to the underlying platform.static final StringCPU time spent running user Go code. -
Method Summary
-
Field Details
-
USER
CPU time spent running user Go code.- See Also:
-
GC
CPU time spent performing garbage collection tasks.- See Also:
-
SCAVENGE
CPU time spent returning unused memory to the underlying platform.- See Also:
-
IDLE
Available CPU time not spent executing any Go or Go runtime code.- See Also:
-