Skip to content

Commit fb1c694

Browse files
authored
Mark exemplars as stable. (open-telemetry#3870)
1 parent 57732cf commit fb1c694

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ release.
1313

1414
### Metrics
1515

16+
- Change the exemplar behavior to be on by default.
17+
([#3994](https://github.com/open-telemetry/opentelemetry-specification/pull/3994))
1618
- Add name suggestion for option to apply resource attributes as metric attributes in Prometheus exporter.
1719
([#3837](https://github.com/open-telemetry/opentelemetry-specification/pull/3837))
20+
- Mark Exemplars as stable.
21+
([#3870](https://github.com/open-telemetry/opentelemetry-specification/pull/3870))
1822

1923
### Logs
2024

@@ -51,8 +55,6 @@ release.
5155
([#3872](https://github.com/open-telemetry/opentelemetry-specification/pull/3872))
5256
- Add synchronous gauge entry to sum monotonic table.
5357
([#3977](https://github.com/open-telemetry/opentelemetry-specification/pull/3977))
54-
- Change the exemplar behavior to be on by default.
55-
([#3994](https://github.com/open-telemetry/opentelemetry-specification/pull/3994))
5658

5759
### Logs
5860

spec-compliance-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ formats is required. Implementing more than one format is optional.
201201
| Exemplars retain any attributes available in the measurement that are not preserved by aggregation or view configuration. | | | + | | - | | + | | | | - | |
202202
| Exemplars contain the associated trace id and span id of the active span in the Context when the measurement was taken. | | | + | | - | | + | | | | - | |
203203
| Exemplars contain the timestamp when the measurement was taken. | | | + | | - | | + | | | | - | |
204-
| The metrics SDK provides an `ExemplarReservoir` interface or extension point. | X | | - | | - | | + | + | | | - | |
205-
| An `ExemplarReservoir` has an `offer` method with access to the measurement value, attributes, `Context` and timestamp. | X | | - | | - | | + | + | | | - | |
204+
| The metrics SDK provides an `ExemplarReservoir` interface or extension point. | | | - | | - | | + | + | | | - | |
205+
| An `ExemplarReservoir` has an `offer` method with access to the measurement value, attributes, `Context` and timestamp. | | | - | | - | | + | + | | | - | |
206206
| The metrics SDK provides a `SimpleFixedSizeExemplarReservoir` that is used by default for all aggregations except `ExplicitBucketHistogram`. | | | + | | - | | + | + | | | - | |
207207
| The metrics SDK provides an `AlignedHistogramBucketExemplarReservoir` that is used by default for `ExplicitBucketHistogram` aggregation. | | | + | | - | | + | | | | - | |
208208
| A metric Producer accepts an optional metric Filter | | | | | | | - | | | | | |

specification/metrics/sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ The SDK MUST accept the following stream configuration parameters:
382382
user does not provide an `aggregation` value, the `MeterProvider` MUST apply
383383
a [default aggregation](#default-aggregation) configurable on the basis of
384384
instrument type according to the [MetricReader](#metricreader) instance.
385-
* **Status**: [Experimental, Feature-freeze](../document-status.md) - `exemplar_reservoir`: A
385+
* `exemplar_reservoir`: A
386386
functional type that generates an exemplar reservoir a `MeterProvider` will
387387
use when storing exemplars. This functional type needs to be a factory or
388388
callback similar to aggregation selection functionality which allows
@@ -957,7 +957,7 @@ series and the topic requires further analysis.
957957

958958
## Exemplar
959959

960-
**Status**: [Experimental, Feature-freeze](../document-status.md)
960+
**Status**: [Stable](../document-status.md)
961961

962962
Exemplars are example data points for aggregated data. They provide specific
963963
context to otherwise general aggregations. Exemplars allow correlation between

0 commit comments

Comments
 (0)