lnx-search / rewrk

A more modern http framework benchmarker supporting HTTP/1 and HTTP/2 benchmarks.
MIT License
491 stars 39 forks source link

Support metrics to be exposed for monitoring system like prometheus #29

Open himanshumps opened 2 years ago

himanshumps commented 2 years ago

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

dralley commented 2 years ago

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?