Skip to content

Commit

Permalink
Update telemetry resource attributes (#277)
Browse files Browse the repository at this point in the history
* Update telemetry resource attributes

* remove redundant line
  • Loading branch information
Kielek authored Oct 25, 2023
1 parent e859629 commit bb47aa0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
- Add Renovate as an acceptable alternative to Dependabot. (#271)
- Add disk buffering configuration options for RUM mobile instrumentation
libraries. (#275)
- Update telemetry resource attributes (#277):
- Deprecate `splunk.distro.version`,
- Change `telemetry.auto.version` to `telemetry.distro.version`,
- Add `telemetry.distro.name` resource attribute.

## [1.6.0] - 2023-09-14

Expand Down
5 changes: 3 additions & 2 deletions specification/semantic_conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ All Splunk distributions of OpenTelemetry,
- `telemetry.sdk.language`

- SHOULD set the following resource attributes when applicable:
- `telemetry.auto.version`
- `telemetry.distro.name`
- `telemetry.distro.version`

- SHOULD set [process and process runtime resource attributes](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.18.0/specification/resource/semantic_conventions/process.md)

Expand All @@ -33,7 +34,7 @@ not use the OpenTelemetry Resource.

## Splunk Resource Attributes

**Status**: [Stable](../README.md#versioning-and-status-of-the-specification)
**Status**: [Deprecated](../README.md#versioning-and-status-of-the-specification)

**Description:** Set of attributes used to uniquely identify a Splunk distro
version in combination with OpenTelemetry's `telemetry.sdk.*` attributes.
Expand Down

0 comments on commit bb47aa0

Please sign in to comment.