rewrk icon indicating copy to clipboard operation
rewrk copied to clipboard

Support metrics to be exposed for monitoring system like prometheus

Open himanshumps opened this issue 4 years ago • 1 comments

Should we have app server running to expose the metrics which can be consumed by Prometheus. Also I am thinking of publishing a histogram as a report which can give further metrics details in more granular fashion

himanshumps avatar Dec 18 '21 04:12 himanshumps

A histogram makes sense, wrk2 provides one.

Embedding an entire embedded webserver to host prometheus metrics might be stretching it. Maybe a a separate tool could use rewrk as a library?

dralley avatar Apr 23 '22 05:04 dralley