You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@maxifom how do you imagine the prometheus stats to work? I don't think it is a good idea to push the metrics from bjoern to a prometheus sink. And to implement the hook for an exporter we'll need to build a webserver and an endpoint in bjoern that can expose the metrics.
Just looking for ideas here.
It would be nice to have Prometheus alongside statsd one.
IMHO I think Prometheus is easier for devs and also a more popular choice.
If anyone wants to write metrics directly to prometheus without statsd server, there is a solution: https://github.com/prometheus/statsd_exporter
The text was updated successfully, but these errors were encountered: