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 semantic conventions for RUM #245

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
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
10 changes: 1 addition & 9 deletions specification/semantic_conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ All Splunk distributions of OpenTelemetry,

- 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)

Note: this section does not apply to Real User Monitoring libraries, as they do
not use the OpenTelemetry Resource.

## Splunk Resource Attributes

**Status**: [Stable](../README.md#versioning-and-status-of-the-specification)
Expand All @@ -42,9 +39,6 @@ version in combination with OpenTelemetry's `telemetry.sdk.*` attributes.
|---|---|---|---|---|
| `splunk.distro.version` | string | The version number of the Splunk distribution being used. | `1.5.0` | Yes |

Note: this section does not apply to Real User Monitoring libraries, as they do
not use the OpenTelemetry Resource.

## Runtime Environment Metrics

**Status**: [Experimental](../README.md#versioning-and-status-of-the-specification)
Expand All @@ -59,9 +53,7 @@ when metrics are enabled.
**Status**: [Experimental](../README.md#versioning-and-status-of-the-specification)

Real User Monitoring (RUM) libraries MUST set the `service.name` resource
attribute to the value of the `applicationName` configuration property. This is
the only resource attribute that RUM libraries are supposed to set because it's
the only one the Zipkin exporter can understand.
attribute to the value of the `applicationName` configuration property.

The following attributes MUST be added to all spans produced by RUM libraries:

Expand Down