Aggregate ValueRecorder to HistogramAggregator on Prometheus #1255
Labels
1.10.0rc1
release candidate 1 for metrics GA
bug
Something isn't working
metrics
release:required-for-ga
To be resolved before GA release
sdk
Affects the SDK package.
Describe your environment
Sorry if I use the wrong nomenclature, I'm beginning to understand how OT works.
I'm trying to use the view example changing the exporter to prometheus.
So far I've seen that:
Steps to reproduce
Execute this modified version of the
view.py
example. To see theHistogramAggregator
error, just comment themeter.register_view(counter_view2)
line.What is the expected behavior?
It should not return a traceback error and generate the metrics.
What is the actual behavior?
It does return a traceback error and doesn't generate the metrics.
The text was updated successfully, but these errors were encountered: