Class V8jsIncubatingAttributes

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

public final class V8jsIncubatingAttributes extends Object
  • Field Details

    • V8JS_GC_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> V8JS_GC_TYPE
      The type of garbage collection.
    • V8JS_HEAP_SPACE_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> V8JS_HEAP_SPACE_NAME
      The name of the space type of heap memory.

      Notes:

      Value can be retrieved from value space_name of v8.getHeapSpaceStatistics()