Skip to content

Commit

Permalink
Introduce Instrumentation Scope Attributes (#2579)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan authored and jsuereth committed Nov 16, 2023
1 parent 9eaea0a commit e67da74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions specification/common/mapping-to-non-otlp.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,9 @@ OpenTelemetry Span's dropped links count MUST be reported as a key-value pair
associated with the Span. The key name MUST be `otel.dropped_links_count`.

This key-value pair should only be recorded when it contains a non-zero value.

### Instrumentation Scope Attributes

Exporters to formats that don't have a concept that is equivalent to the Scope
SHOULD record the attributes at the most suitable place in their corresponding format,
typically at the Span, Metric or LogRecord equivalent.

0 comments on commit e67da74

Please sign in to comment.