odigos-io / odigos

Distributed tracing without code changes. 🚀 Instantly monitor any application using OpenTelemetry and eBPF
https://odigos.io
Apache License 2.0
3.09k stars 189 forks source link

Prometheus could export the end_point as a label. #1280

Closed dirtyren closed 2 weeks ago

dirtyren commented 2 weeks ago

Is your feature request related to a problem? Please describe. In order to calculate SLIs using prometheus metrics, sometimes, the path or endpoint accessed by the user is necessary, to calculate a SLI for a specific user journey.

Describe the solution you'd like Add the endpoint label to prometheus metrics

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered, odigos calls it url.path, this name would algo work the same way.

image