Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exemplar support #575

Open
jmacd opened this issue Nov 22, 2023 · 0 comments
Open

Exemplar support #575

jmacd opened this issue Nov 22, 2023 · 0 comments

Comments

@jmacd
Copy link
Member

jmacd commented Nov 22, 2023

Is your feature request related to a problem? Please describe.
The OTel metrics SDK specification has an experimental section on Exemplars.
The group is moving to stabilize that spec, and this reference implementation ought to have an implementation.

Describe the solution you'd like
Because we have a two-stage aggregation pipeline, the "Simple" reservoir approach is not possible. We use a weighted reservoir instead, because it correctly aggregates inputs and preserves their weight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant