You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could expose a /metrics endpoint to publish metrics in Prometheus data model format, without forcing the user to install the OpenTelemetry stack.
ATM, we expose metrics via an OpenTelemtry (otlp) exporter using GRPC.
Is your feature request related to a problem?
We could expose a
/metrics
endpoint to publish metrics in Prometheus data model format, without forcing the user to install the OpenTelemetry stack.ATM, we expose metrics via an OpenTelemtry (otlp) exporter using GRPC.
Solution you'd like
Check if this could be done by using the OpenTelemetry rust library directly,
this example here seems fitting: https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-prometheus/examples/hyper.rs
The example could be adapted to the warp web server.
Alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: