Unsupported metric data type ExponentialHistogram in opentelemetry-exporter-gcp-monitoring #357
Labels
enhancement accepted
An actionable enhancement for which PRs will be accepted
enhancement
New feature or request
good first issue
Good for newcomers
priority: p2
Hello,
I am having issues exporting an opentelemetry histogram to Google Cloud with exponential bucketing.
I get the error "Unsupported metric data type ExponentialHistogram, ignoring it" which I believe comes from this code line 216.
I am using the following code:
with the following packages on Python 3.10.12:
opentelemetry-api==1.27.0
opentelemetry-exporter-gcp-monitoring==1.7.0a0
opentelemetry-resourcedetector-gcp==1.7.0a0
opentelemetry-sdk==1.27.0
If I remove the view part with the ExponentialBucketHistogramAggregation, the export then runs successfully but with the default explicit histogram bucketing boundaries defined here. I would like to be able to run it with the ExponentialBucketHistogramAggregation.
I have seen that is possible to do it in opentelemetry-operations-js with this example in the README.
Is there something that I am missing ? Or are exponential buckets not supported in opentelemetry-operations-python (as the error seems to indicate) ?
Thanks for the help,
The text was updated successfully, but these errors were encountered: