-
Notifications
You must be signed in to change notification settings - Fork 832
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
Add cardinality configuration option to sdk autoconfigure #5639
Comments
@jack-berg please let me know your thoughts |
This is tricky.. The natural thing to do would be to add support for a new system property / environment variables, i.e. @jkwatson what do you think about adding a |
totally fine with an experimental env var. 👍🏽 |
@jack-berg Thanks again for the context, sounds like a plan. |
Is your feature request related to a problem? Please describe.
Currently the default metricReaders registered using AutoConfiguredOpenTelemetrySdkBuilder are all set to use the default cardinality limit selector, I'd like to be able to set cardinality options as config properties.
Describe the solution you'd like
Add cardinality configuration logic to MeterProviderConfiguration in the autoconfigure module
Describe alternatives you've considered
Re-register the already registered readers using MeterProviderCustomizer.
Additional context
I'd like to contribute this.
The text was updated successfully, but these errors were encountered: