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

Clarify conflict handling for attributes #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion opentelemetry/OpenTelemetry-Spans.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Here is the process:
1. For the `"collector.name"` attribute, use `"newrelic-opentelemetry-exporter"`
1. For `"instrumentation.provider"`, use `"opentelemetry"`
1. Assign the span name, span id, parent span id (if present) and trace id to the New Relic span.
1. Take all OpenTelemetry span attributes, and map them directly over to New Relic span attributes.
1. Take all OpenTelemetry span attributes, and map them directly over to New Relic span attributes. OpenTelemetry span attributes that have the same name as the attributes called out in this spec should not be mapped over to the New Relic span.
1. The OpenTelemetry span status is comprised of a status code and optional description. The status
code is `Unset`, `Ok`, or `Error`. If the status code is not `Unset`, then add an `otel.status_code`
attribute and set it to the value of the status code. If the status code is not `Unset` and the status has a description then add an
Expand Down