We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1aca1 commit 4704d7eCopy full SHA for 4704d7e
1 file changed
specification/metrics/sdk.md
@@ -417,8 +417,10 @@ The SDK MUST accept the following stream configuration parameters:
417
* **Status**: [Development](../document-status.md) - `enabled` (optional): A
418
boolean denoting whether the instrument should be enabled. When `enabled` is
419
`false`, the View uses the `DropAggregation`, regardless of the `aggregation`
420
- provided. If unset, the default is `true` unless the `OptIn`
421
- parameter is `true`.
+ provided. When `enabled` is `true` for an instrument with `OptIn` set to
+ `true`, the SDK treats the instrument as-if `OptIn` was set to false. The
422
+ SDK must allow `enabled` to be unset (neither true nor false). If unset,
423
+ `enabled` has no effect.
424
425
#### Measurement processing
426
0 commit comments