From 1ceee8e6a84197f61f4005f7e0fd219100597580 Mon Sep 17 00:00:00 2001 From: Asaf Mesika Date: Mon, 12 Feb 2024 15:51:00 +0200 Subject: [PATCH] Fix typo --- specification/metrics/sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/metrics/sdk.md b/specification/metrics/sdk.md index 32971ceaca6..c5df338a822 100644 --- a/specification/metrics/sdk.md +++ b/specification/metrics/sdk.md @@ -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.