-
Notifications
You must be signed in to change notification settings - Fork 62
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 distribution and histogram metric support #101
Comments
Check if a distribution without buckets is rejected by the API. |
Are histograms and distribution metric kinds supported now? I noticed that a fix got merged in as part of #125 but there's still this method that sets the opentelemetry-operations-js/packages/opentelemetry-cloud-monitoring-exporter/src/transform.ts Lines 72 to 85 in 60f90dc
|
It does seem from that code that it is still not supported but that it could be easy to complete the support. A new owner needs to be found for this issue since @TigerHe7 is no longer working on this project (neither am I). |
Only non-distribution (bool, int64, double, etc.) values are supported by the exporter at the moment. See this line of code for the relevant TODO and where support should be added (perhaps among other places).
The text was updated successfully, but these errors were encountered: