Skip to content

Commit

Permalink
Change some would be -> MUST in metrics spec. (open-telemetry#2161)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
  • Loading branch information
anuraaga and jmacd authored Nov 29, 2021
1 parent ee29293 commit f009d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/metrics/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ are the inputs:
refer to [Error handling in OpenTelemetry](../error-handling.md) for the
general guidance.
* The `name` of the View (optional). If not provided, the Instrument `name`
would be used by default. This will be used as the name of the [metrics
MUST be used by default. This will be used as the name of the [metrics
stream](./datamodel.md#events--data-stream--timeseries).
* The configuration for the resulting [metrics
stream](./datamodel.md#events--data-stream--timeseries):
* The `description`. If not provided, the Instrument `description` would be
* The `description`. If not provided, the Instrument `description` MUST be
used by default.
* A list of `attribute keys` (optional). If provided, the attributes that are
not in the list will be ignored. If not provided, all the attribute keys
Expand Down

0 comments on commit f009d5b

Please sign in to comment.