-
Notifications
You must be signed in to change notification settings - Fork 666
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
Select histogram aggregation with environment variables #3265
Conversation
I wouldn't put any OTLP exporter specific implementation in metrics SDK. The default aggregation from SDK should return the default irrespective of this env, and it should only be considered when the used exporter is OTLP. Each metric exporter has the option to configure the preferred aggregation and temporality. And I believe this logic should go in OTLP metrics exporters, similar to Lines 137 to 185 in e003062
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above comment
@srikanthccv moved this feature to the exporter, PTAL. |
Fixes #3264