Skip to content

Commit c4db7e0

Browse files
committed
remove non-normative, confusing remark
1 parent 6e57784 commit c4db7e0

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

specification/logs/sdk.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@ It consists of the following parameters:
194194

195195
The value of `disabled` MUST be used to resolve whether a `Logger`
196196
is [Enabled](./api.md#enabled). If `disabled` is `true`, `Enabled`
197-
returns `false`. If `disabled` is `false`, `Enabled` returns `true`. It is not
198-
necessary for implementations to ensure that changes to `disabled` are
199-
immediately visible to callers of `Enabled`.
197+
returns `false`. If `disabled` is `false`, `Enabled` returns `true`.
200198

201199
### Emit a LogRecord
202200

specification/metrics/sdk.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,9 +1011,6 @@ Note: If a user makes no configuration changes, `Enabled` returns `true` since b
10111011
default `MeterConfig.disabled=false` and instruments use the default
10121012
aggregation when no matching views match the instrument.
10131013

1014-
It is not necessary for implementations to ensure that changes
1015-
to `MeterConfig.disabled` are immediately visible to callers of `Enabled`.
1016-
10171014
## Attribute limits
10181015

10191016
**Status**: [Stable](../document-status.md)

specification/trace/sdk.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,7 @@ It consists of the following parameters:
207207

208208
The value of `disabled` MUST be used to resolve whether a `Tracer`
209209
is [Enabled](./api.md#enabled). If `disabled` is `true`, `Enabled`
210-
returns `false`. If `disabled` is `false`, `Enabled` returns `true`. It is not
211-
necessary for implementations to ensure that changes to `disabled` are
212-
immediately visible to callers of `Enabled`.
210+
returns `false`. If `disabled` is `false`, `Enabled` returns `true`.
213211

214212
### Enabled
215213

0 commit comments

Comments
 (0)