I'd love to see a Prometheus Endpoint for Eth Miner hosted on the microhttpd interface maybe
/metrics route
that can give us more time based stats for the service using just a reqular http plain/text based output page.
examples of howto display the text so prometheus can pull it easily
https://prometheus.io/docs/instrumenting/exposition_formats/
would be willing to pitch a few Etherium to whoever just gets the following instrumented on the http://0.0.0.0:3333/metrics route
# TYPE hashes_Per_Second Gauge
hashes_Per_Second 24770000
shares_Accepted_Total_Since_Start 200```
I'd love to see a Prometheus Endpoint for Eth Miner hosted on the microhttpd interface maybe
/metrics route
that can give us more time based stats for the service using just a reqular http plain/text based output page.
examples of howto display the text so prometheus can pull it easily
https://prometheus.io/docs/instrumenting/exposition_formats/
would be willing to pitch a few Etherium to whoever just gets the following instrumented on the http://0.0.0.0:3333/metrics route