TelemetryExperimentalAttributes

org.typelevel.otel4s.semconv.experimental.attributes.TelemetryExperimentalAttributes

Attributes

Source
TelemetryExperimentalAttributes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Companion
class
Source
TelemetryExperimentalAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Deprecated classlikes

abstract class TelemetrySdkLanguageValue(val value: String)

Values for TelemetrySdkLanguage.

Values for TelemetrySdkLanguage.

Attributes

Companion
object
Deprecated
true
Source
TelemetryExperimentalAttributes.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Cpp
object Dotnet
object Erlang
object Go
object Java
object Nodejs
object Php
object Python
object Ruby
object Rust
object Scala
object Swift
object Webjs
Show all

Value members

Concrete fields

The name of the auto instrumentation agent or distribution, if used.

The name of the auto instrumentation agent or distribution, if used.

Attributes

Note

  • Official auto instrumentation agents and distributions SHOULD set the telemetry.distro.name attribute to a string starting with opentelemetry-, e.g. opentelemetry-java-instrumentation.

Source
TelemetryExperimentalAttributes.scala

The version string of the auto instrumentation agent or distribution, if used.

The version string of the auto instrumentation agent or distribution, if used.

Attributes

Source
TelemetryExperimentalAttributes.scala

Deprecated fields

The language of the telemetry SDK.

The language of the telemetry SDK.

Attributes

Deprecated
true
Source
TelemetryExperimentalAttributes.scala

The name of the telemetry SDK as defined above.

The name of the telemetry SDK as defined above.

Attributes

Note

  • The OpenTelemetry SDK MUST set the telemetry.sdk.name attribute to opentelemetry. If another SDK, like a fork or a vendor-provided implementation, is used, this SDK MUST set the telemetry.sdk.name attribute to the fully-qualified class or module name of this SDK's main entry point or another suitable identifier depending on the language. The identifier opentelemetry is reserved and MUST NOT be used in this case. All custom identifiers SHOULD be stable across different versions of an implementation.

Deprecated
true
Source
TelemetryExperimentalAttributes.scala

The version string of the telemetry SDK.

The version string of the telemetry SDK.

Attributes

Deprecated
true
Source
TelemetryExperimentalAttributes.scala