Skip to content
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

[Feature]: Adapt SPM to use OTEL Span Metrics Connector instead Span Metrics Processor #1461

Closed
ChristoPedro opened this issue Jun 2, 2023 · 1 comment

Comments

@ChristoPedro
Copy link

Requirement

OTEL is deprecating the Span Metrics Processor to use Span Metrics Connector.

Problem

The operation metric attribute was renamed to span.name.
The latency histogram metric name was changed to duration.
The _total metric prefix was dropped from generated metrics names.
The Prometheus-specific metrics labels sanitization was dropped.

Proposal

Update SPM query to Prometheus to collect the new atributes generated by Span Metrics Connector.

Open questions

No response

@yurishkuro
Copy link
Member

I believe this is already addressed by jaegertracing/jaeger#4452

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants