opentelemetry-dotnet
opentelemetry-dotnet copied to clipboard
Feedback: ExemplarReservoir Experimental API
We currently have an experimental API exposed in pre-release builds covering ExemplarReservoir and the classes needed to a) author custom ExemplarReservoirs and b) set those via the View API to override the default(s) for metrics.
Please comment on this issue if you have a need to use these APIs. The feedback will help inform decisions about what to expose stable and when.
Some questions but this is not exhaustive:
- What is your use case?
- Does the experimental API unblock your use case?
- For custom
ExemplarReservoirimplementations doesFixedSizeExemplarReservoirprovide everything needed?
Related to #2527