Class OsIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.OsIncubatingAttributes
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>Unique identifier for a particular build or compilation of the operating system.static final io.opentelemetry.api.common.AttributeKey<String>Human readable (not intended to be parsed) OS version information, like e.g. reported byverorlsb_release -acommands.static final io.opentelemetry.api.common.AttributeKey<String>Human readable operating system name.static final io.opentelemetry.api.common.AttributeKey<String>The operating system type.static final io.opentelemetry.api.common.AttributeKey<String>The version string of the operating system as defined in Version Attributes. -
Method Summary
-
Field Details
-
OS_BUILD_ID
Unique identifier for a particular build or compilation of the operating system. -
OS_DESCRIPTION
Human readable (not intended to be parsed) OS version information, like e.g. reported byverorlsb_release -acommands. -
OS_NAME
Human readable operating system name. -
OS_TYPE
The operating system type. -
OS_VERSION
The version string of the operating system as defined in Version Attributes.
-