View Source OpenTelemetry.SemConv.Incubating.TelemetryAttributes (OpenTelemetry.SemConv v1.27.0)

OpenTelemetry Semantic Conventions for Telemetry attributes.

Summary

Functions

@spec telemetry_distro_name() :: :"telemetry.distro.name"

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

Value type

Value must be of type atom() | String.t().

Notes

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

Examples

["parts-unlimited-java"]
iex> OpenTelemetry.SemConv.Incubating.TelemetryAttributes.telemetry_distro_name()
:"telemetry.distro.name"
Link to this function

telemetry_distro_version()

View Source
@spec telemetry_distro_version() :: :"telemetry.distro.version"

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

Value type

Value must be of type atom() | String.t().

Examples

["1.2.3"]
iex> OpenTelemetry.SemConv.Incubating.TelemetryAttributes.telemetry_distro_version()
:"telemetry.distro.version"
Link to this function

telemetry_sdk_language()

View Source

See OpenTelemetry.SemConv.TelemetryAttributes.telemetry_sdk_language/0.

Link to this function

telemetry_sdk_language_values()

View Source

See OpenTelemetry.SemConv.TelemetryAttributes.telemetry_sdk_language_values/0.

See OpenTelemetry.SemConv.TelemetryAttributes.telemetry_sdk_name/0.

See OpenTelemetry.SemConv.TelemetryAttributes.telemetry_sdk_version/0.