Open fmassot opened 1 year ago
Currently, we have a counter for HTTP requests. But it's the same for all endpoints and we should also provide histogram metrics.
Proposition:
https://github.com/quickwit-oss/quickwit/pull/4354
I'd like to give it a try https://docs.rs/tower-trace-metrics/0.1.0/src/tower_trace_metrics/lib.rs.html#14-185 https://docs.rs/tower-http/latest/tower_http/trace/struct.TraceLayer.html
related #5443
Currently, we have a counter for HTTP requests. But it's the same for all endpoints and we should also provide histogram metrics.
Proposition:
https://github.com/quickwit-oss/quickwit/pull/4354