Introduce Instrumentation Scope Attributes (#2579)

This commit is contained in:
Tigran Najaryan 2022-06-10 22:19:33 -04:00 committed by Josh Suereth
parent fb860bc667
commit b0047edbc3
1 changed files with 6 additions and 0 deletions

View File

@ -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.