pub const TELEMETRY_DISTRO_NAME: &str = "telemetry.distro.name";
Expand description
The name of the auto instrumentation agent or distribution, if used.
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