Skip to content

Commit

Permalink
Expose ExemplarReservoir as configuration option of View. (open-tel…
Browse files Browse the repository at this point in the history
…emetry#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
  • Loading branch information
jsuereth authored Jan 31, 2024
1 parent 6e6f910 commit 2dfedfe
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 152 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 2dfedfe

Please sign in to comment.