We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I can see mertric exemplars via otel sdk logging exporter, but i don’t see exemplars via collector logger exporter,
Steps to reproduce Using java auto instrumentation, set otel.metrics.exporter=otlp and otel.exporter.otlp.metrics.endpoint=http://otel-col:4317
What did you expect to see? I want to see metric exemplar from logging exporter
What did you see instead? I don't see metric examplar
What version did you use? Version: (e.g., v0.4.0, 1eb551b, etc)
v0.4.0
1eb551b
What config did you use? service: pipelines: metrics: receivers: otlp processors: [] exporters: logging
The text was updated successfully, but these errors were encountered:
Thanks for the report! I believe this is a duplicate of #7912, can you upvote that issue instead?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I can see mertric exemplars via otel sdk logging exporter, but i don’t see exemplars via collector logger exporter,
Steps to reproduce
Using java auto instrumentation, set otel.metrics.exporter=otlp and otel.exporter.otlp.metrics.endpoint=http://otel-col:4317
What did you expect to see?
I want to see metric exemplar from logging exporter
What did you see instead?
I don't see metric examplar
What version did you use?
Version: (e.g.,
v0.4.0
,1eb551b
, etc)What config did you use?
service:
pipelines:
metrics:
receivers: otlp
processors: []
exporters: logging
The text was updated successfully, but these errors were encountered: