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
It would be nice if the various services exposed a Prometheus/metrics endpoint. This would allow for easy monitoring and alerting, especially useful for Kubernetes users, who very often use Prometheus.
As the project is in Go, we have an efficient library for instrumenting code.
It would be nice if the various services exposed a Prometheus
/metricsendpoint. This would allow for easy monitoring and alerting, especially useful for Kubernetes users, who very often use Prometheus.As the project is in Go, we have an efficient library for instrumenting code.