elastic / elastic-otel-php

Elastic distribution of OpenTelemetry for PHP
Apache License 2.0
1 stars 2 forks source link

Add attributes to identify the distribution: telemetry.distro.name and telemetry.distro.version #92

Closed SergeyKleyman closed 2 weeks ago

SergeyKleyman commented 2 weeks ago

The spec:

The semantic conventions also define two experimental attributes to identify the distribution:

  • telemetry.distro.name: must be set to elastic
  • telemetry.distro.version: must reflect the distribution version

Distributions SHOULD set these attributes with appropriate values.