Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update telemetry resource attributes #277

Merged
merged 2 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`,
Kielek marked this conversation as resolved.
Show resolved Hide resolved
- 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
Loading