Class GoIncubatingAttributes.GoMemoryTypeIncubatingValues

java.lang.Object
io.opentelemetry.semconv.incubating.GoIncubatingAttributes.GoMemoryTypeIncubatingValues
Enclosing class:
GoIncubatingAttributes

public static final class GoIncubatingAttributes.GoMemoryTypeIncubatingValues extends Object
  • Field Details

    • STACK

      public static final String STACK
      Memory allocated from the heap that is reserved for stack space, whether or not it is currently in-use.
      See Also:
    • OTHER

      public static final String OTHER
      Memory used by the Go runtime, excluding other categories of memory usage described in this enumeration.
      See Also: