rewrk
rewrk copied to clipboard
Support metrics to be exposed for monitoring system like prometheus
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
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?