Is that /metrics endpoint deprecated?
-
/metrics
: returns Prometheus metrics from the server, if you have theglobal.metrics
config option set. (By default this isFalse
, so the server won’t gather any of these metrics unless you enable the option.)
If deprecated is there any alternative method to monitor app metrics on prometheus/grafana
Thanks in advance.