-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Value of kafkametricsreceiver not correctly transformed on otlp/elastic #4432
Comments
Hello @realwoobinlee, can you please indicate which version of Elastic Observability you use executing |
@cyrille-leclerc |
Thanks for the details @realwoobinlee / @leewoobin789. I've created elastic/apm-server#5960, as the bug is most likely there. The collector is just forwarding OTLP on to Elastic APM; translation to Elasticsearch docs happens there. Let's close this and continue over in the new issue. |
Hello @leewoobin789 , this bug on metrics was fixed in Elastic 7.15, please upgrade your Elastic cluster to geka metrics properly ingested. Fixed in Elastic 7.15.0 see https://www.elastic.co/guide/en/apm//server/current/release-notes-7.15.html |
Hello @cyrille-leclerc i left a comment regarding this already fixed issues: elastic/apm-server#6185 |
open-telemetry#4432) Signed-off-by: Juraci Paixão Kröhling <[email protected]>
Describe the bug
Values of Kafka metrics scrapers are somehow not correctly transformed when using otlp/elastic exporter
Therefore the results of Logging exporter do not match the results shown on kibana.
ex) logging Exporter;;; Value: 486 => oltp/elastic Exporter;;; "kafka.consumer_group.offset_sum": [0]
Steps to reproduce
What did you expect to see?
Same Values on both exporters (in the case of example '486')
What did you see instead?
Different Values probably due to a bug regarding the empty unit (Metric_Gauge*).
What version did you use?
Version: v0.31.0
What config did you use?
Environment
OS: "Ubuntu 20.04" but with Kind (local k8s)
The text was updated successfully, but these errors were encountered: