diff --git a/opentelemetry/OpenTelemetry-Spans.md b/opentelemetry/OpenTelemetry-Spans.md index 6806d55..9e4c2de 100644 --- a/opentelemetry/OpenTelemetry-Spans.md +++ b/opentelemetry/OpenTelemetry-Spans.md @@ -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