You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop-docs/sdk/telemetry/scopes.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ The method SHOULD accept a dictionary/map/object where:
98
98
99
99
- Attributes set on the global scope MUST be applied to all logs and metrics
100
100
- Attributes set on the isolation scope MUST be applied to all logs and metrics in that execution context
101
-
- Attributes set on the current scope MUST be applied only to the current log and current metric
101
+
- Attributes set on the current scope MUST be applied only to the logs and metrics that are captured while that current scope is active
102
102
- When the same attribute key exists in multiple scopes, the more specific scope's value takes precedence (current > isolation > global)
103
103
- When the same attribute key exists on the current log or metric, it MUST take precedence over an attribute with the same key set on any scope (log/metric > current > isolation > global)
104
104
- The SDK SHOULD keep the attribute format consistent with the user-set format until user-provided processing callbacks like `before_send_log` have been called. This ensures compatibility with already existing callbacks and avoids unexpected changes to the attribute format.
0 commit comments