Class WebengineIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.WebengineIncubatingAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>Additional description of the web engine (e.g. detailed version and edition information).static final io.opentelemetry.api.common.AttributeKey<String>The name of the web engine.static final io.opentelemetry.api.common.AttributeKey<String>The version of the web engine. -
Method Summary
-
Field Details
-
WEBENGINE_DESCRIPTION
Additional description of the web engine (e.g. detailed version and edition information). -
WEBENGINE_NAME
The name of the web engine. -
WEBENGINE_VERSION
The version of the web engine.
-