opentelemetry-python
opentelemetry-python copied to clipboard
Setting boundaries when creating an Histogram
Is your feature request related to a problem?
- We are offering in our library a meter previously configured so the users can create the metrics they wish, but we face the problem that the user is not going to be able to set boundaries for their histogram metrics as the only way to define boundaries is in the moment of the meter provider creation as we can see in this example
Describe the solution you'd like
- An option to set boundaries when creating an histogram metrics as it is supported in the go sdk
Describe alternatives you've considered
- The only workaround we see right now is pre defining a bunch of views