Class GoIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.GoIncubatingAttributes

public final class GoIncubatingAttributes extends Object
  • Field Details

    • GO_CPU_DETAILED_STATE

      public static final io.opentelemetry.api.common.AttributeKey<String> 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

      public static final io.opentelemetry.api.common.AttributeKey<String> GO_CPU_STATE
      The state of the CPU.
    • GO_MEMORY_DETAILED_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> 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

      public static final io.opentelemetry.api.common.AttributeKey<String> GO_MEMORY_TYPE
      The type of memory.