Zen Server metrics exposed for Prometheus

Hi,

Are the metrics that are shown at <zenserver_hostname>:8558/dashboard available for scraping by Prometheus?

I would assume they would be served at <zenserver_hostname>:8558/metrics if they were.

In case they are not, would it be possible to add this in the future?

Cheers, Daniel

Currently no, it is something we have been discussing.

We also have some stats endpoints that give json in return (if accept-type is set to that):

To get a list of providers of those stats use:

curl -X GET -H "Accept: application/json" http://127.0.0.1:8558/statsAnd then get the individual stats like so:

curl -X GET -H "Accept: application/json" http://127.0.0.1:8558/stats/z$
curl -X GET -H "Accept: application/json" http://127.0.0.1:8558/stats/prj