Skip to content

Commit

Permalink
Fix typo in MetricFilter (open-telemetry#3874)
Browse files Browse the repository at this point in the history
  • Loading branch information
asafm authored Feb 13, 2024
1 parent fa5eca7 commit 89aa013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/metrics/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ The filtering is done at the [MetricProducer](#metricproducer) for performance r
The `MetricFilter` allows filtering an entire metric stream - dropping or allowing all its attribute sets -
by its `TestMetric` operation, which accepts the metric stream information
(scope, name, kind and unit) and returns an enumeration: `Accept`, `Drop`
or `Allow_Partial`. If the latter returned, the `TestAttributes` operation
or `Accept_Partial`. If the latter returned, the `TestAttributes` operation
is to be called per attribute set of that metric stream, returning an enumeration
determining if the data point for that (metric stream, attributes) pair is to be
allowed in the result of the [MetricProducer](#metricproducer) `Produce` operation.
Expand Down

0 comments on commit 89aa013

Please sign in to comment.