Skip to content

Commit

Permalink
Expose ExemplarReservoir as configuration option of View. (#3820)
Browse files Browse the repository at this point in the history
Fixes #2922
Fixes #3812 
Related to #3756

## Changes

- Cleans up language around exposing `ExemplarReservoir`. (Remove TODO,
e.g.)
- Remove `ExemplarFilter` interface but keep configuration options. (see
#3812)
- Clarify / simplify Spec Compliance matrix for existing state of the
Exemplar Specification.


Prototype in java:
open-telemetry/opentelemetry-java#5960
  • Loading branch information
jsuereth committed Jan 31, 2024
1 parent a6ca2fd commit c0491fb
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 152 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,11 @@ release.

### Metrics

- Expose `ExemplarReservoir` as configuration parameter for views.
Remove `ExemplarFilter` as an interface, now it is only configuration
parameter.
([#3820](https://github.com/open-telemetry/opentelemetry-specification/pull/3820))

### Logs

- Fix `Resource` field type in Logs Data Model.
Expand Down

0 comments on commit c0491fb

Please sign in to comment.