Does the googlecloud / stackdriver support metrics and traces from opentelemetry? #2948
Unanswered
tyrone-anz
asked this question in
Q&A
Replies: 2 comments 16 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Apologies for the slow response. This is likely a bug in the google cloud opencensus exporter, or the go SDK (but probably in our exporter). If you can help us reproduce the issue, that would be helpful. I can think of a few approaches:
|
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've been exporting our opentelemetry metrics to the collector (v0.23.0) using
opentelemetry-go
(v0.17.0) and the collector is configured to forward to google cloud. However, we are not successful in doing so and the collector is getting errors.Depending on the metric distribution, it complains about a different error. This is a sample error from the collector.
Distribution value has |bucket_counts| fields that sum to 0 which does not equal the |count| field value of 847
When I inspected the googlecloud exporter code, I can see it is using opencensus libraries to send the metrics. Based on that, I am beginning to think that it can only export metrics if it from the opencensus receiver. I cannot find any documentation about it though.
My assumption before is any exporter in the collector can forward successfully any telemetry data the collector is receiving regardless of the receiver used. But in my experience with the googlecloud exporter, we are only able to forward metrics successfully if from opencensus receiver and not otlp receiver. Or is this just a matter of the otlp receiver not yet stable?
Beta Was this translation helpful? Give feedback.
All reactions