Skip to content

Commit 2dfedfe

Browse files
authored
Expose ExemplarReservoir as configuration option of View. (open-telemetry#3820)
Fixes open-telemetry#2922 Fixes open-telemetry#3812 Related to open-telemetry#3756 ## Changes - Cleans up language around exposing `ExemplarReservoir`. (Remove TODO, e.g.) - Remove `ExemplarFilter` interface but keep configuration options. (see open-telemetry#3812) - Clarify / simplify Spec Compliance matrix for existing state of the Exemplar Specification. Prototype in java: open-telemetry/opentelemetry-java#5960
1 parent 6e6f910 commit 2dfedfe

File tree

3 files changed

+154
-152
lines changed

3 files changed

+154
-152
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ release.
1313

1414
### Metrics
1515

16+
- Expose `ExemplarReservoir` as configuration parameter for views.
17+
Remove `ExemplarFilter` as an interface, now it is only configuration
18+
parameter.
19+
([#3820](https://github.com/open-telemetry/opentelemetry-specification/pull/3820))
20+
1621
### Logs
1722

1823
- Fix `Resource` field type in Logs Data Model.

0 commit comments

Comments
 (0)