TelemetryAttributes

org.typelevel.otel4s.semconv.attributes.TelemetryAttributes

Attributes

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

Members list

Type members

Classlikes

abstract class TelemetrySdkLanguageValue(val value: String)

Values for TelemetrySdkLanguage.

Values for TelemetrySdkLanguage.

Attributes

Companion
object
Source
TelemetryAttributes.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

Attributes

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

Value members

Concrete fields

The language of the telemetry SDK.

The language of the telemetry SDK.

Attributes

Source
TelemetryAttributes.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.

Source
TelemetryAttributes.scala

The version string of the telemetry SDK.

The version string of the telemetry SDK.

Attributes

Source
TelemetryAttributes.scala