Introduce Instrumentation Scope Attributes (#2579)
This commit is contained in:
parent
fb860bc667
commit
b0047edbc3
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue