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: specification/configuration/api.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,9 +60,8 @@ Obtain configuration relevant to instrumentation libraries.
60
60
the [`.instrumentation`](https://github.com/open-telemetry/opentelemetry-configuration/blob/670901762dd5cce1eecee423b8660e69f71ef4be/examples/kitchen-sink.yaml#L438-L439)
61
61
configuration mapping node.
62
62
63
-
If the `.instrumentation` node is not set, get instrumentation config MUST
64
-
return nil, null, undefined or another language-specific idiomatic pattern
65
-
denoting empty.
63
+
If the `.instrumentation` node is not set, get instrumentation config SHOULD
64
+
return empty object (as if `.instrumentation: {}` was set).
0 commit comments