Class V8jsIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.V8jsIncubatingAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classValues forV8JS_GC_TYPE.static final classValues forV8JS_HEAP_SPACE_NAME.static final classValues forV8JS_RESOURCE_TYPE. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String> The type of garbage collection.static final io.opentelemetry.api.common.AttributeKey<String> The name of the space type of heap memory.static final io.opentelemetry.api.common.AttributeKey<String> The type of resource keeping the event loop active. -
Method Summary
-
Field Details
-
V8JS_GC_TYPE
The type of garbage collection. -
V8JS_HEAP_SPACE_NAME
The name of the space type of heap memory.Notes:
Value can be retrieved from value
space_nameofv8.getHeapSpaceStatistics() -
V8JS_RESOURCE_TYPE
The type of resource keeping the event loop active.
-