-
Notifications
You must be signed in to change notification settings - Fork 527
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
[OpenTelemetry] OTLP import of counters and histograms don't work correctly #6185
Comments
This zero value issue looks similar to #6008, which will be fixed in 7.15.0. That should be available soon. I'm not sure why the error |
I installed apm with helm-chart version: 7.14.0
Do you need anything else? p.s. the counter issue is similar to #5960 |
No, thank you. 7.15.0 should be available very soon. I'll ping when it is, and ask you to test again. I expect the issue will be resolved by the upgrade. |
I have noticed similar behavior in an OTel application that I wrote in Go—looking forward to seeing the fix for this. |
@vchirikov 7.15.0 has been released. Can you please try again? |
open-telemetry/opentelemetry-collector-contrib#4432 Hello guys. i was the guy who opened this issue on opentelemetry side. it seems to be already resolved with the newest version of 7.15.0. |
I will wait for helm chart update (it's on 7.14 at the moment) |
@leewoobin789 thanks for the update. I'll close #5960 then. |
@vchirikov looks like 7.15.0 Helm charts are available now. I'll close this issue as I'm pretty confident it's fixed; please reopen it if you still have issues after upgrading to 7.15.0. Thanks! |
APM Server version (
apm-server version
):apm-server version 7.14.0 (amd64), libbeat 7.14.0 [af26b5a744b6af9bcccb04fade6435241ab91f43 built 2021-07-29 19:55:24 +0000 UTC]
Description of the problem including expected versus actual behavior:
I tried to setup the following schema
otel-collector => apm-server => es
and ran into the problems with metrics.Although the official doc says that otlp metric should work (except summary (#3195)), it doesn't work correctly. The counter is recorded, but always with zero value, histogram produces errors.
collector config:
Example of record in index:
And Otel-collector logs: (to be sure that it's collected correctly):
Steps to reproduce:
logs:
I didn't find any apm logs for the counter. But found apm logs for the histogram:
Could you look at this?
cc: @cyrille-leclerc , @axw
The text was updated successfully, but these errors were encountered: