Skip to content

Commit 5c644e7

Browse files
Update sdk.md
1 parent 8b6eec7 commit 5c644e7

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

specification/metrics/sdk.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ weight: 3
5353
* [Instrument advisory parameters](#instrument-advisory-parameters)
5454
+ [Instrument advisory parameter: `ExplicitBucketBoundaries`](#instrument-advisory-parameter-explicitbucketboundaries)
5555
+ [Instrument advisory parameter: `Attributes`](#instrument-advisory-parameter-attributes)
56+
+ [Instrument advisory parameter: `ExcludeAttributes`](#instrument-advisory-parameter-excludeattributes)
5657
* [Instrument enabled](#instrument-enabled)
5758
- [Attribute limits](#attribute-limits)
5859
- [Exemplar](#exemplar)
@@ -1033,6 +1034,21 @@ If no View is configured, or if a matching view does not specify attribute keys,
10331034
the advisory parameter should be used. If neither is provided, all attributes
10341035
must be retained.
10351036

1037+
#### Instrument advisory parameter: `ExcludeAttributes`
1038+
1039+
**Status**: [Development](../document-status.md)
1040+
1041+
This advisory parameter applies to all aggregations.
1042+
1043+
`ExcludeAttributes` (a list of [attribute keys](../common/README.md#attribute))
1044+
specifies the recommended set of attribute keys not to be used for measurements to
1045+
produce a metric stream.
1046+
1047+
If the user has provided attribute keys via View(s), those keys take precedence.
1048+
If no View is configured, or if a matching view does not specify exclude attribute keys,
1049+
the advisory parameter should be used. If neither is provided, no attributes
1050+
must be removed.
1051+
10361052
### Instrument enabled
10371053

10381054
The synchronous instrument [`Enabled`](./api.md#enabled) MUST return `false`

0 commit comments

Comments
 (0)