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
$ curl -s http://localhost:3000/metrics | promtool check metrics
nodejs_active_handles_total non-counter metrics should not have "_total" suffix
nodejs_active_requests_total non-counter metrics should not have "_total" suffix
The text was updated successfully, but these errors were encountered:
Checking the default metrics with
promtool
complains about breaking compliancy with official Prometheus Naming Convention (https://prometheus.io/docs/practices/naming/), e.g.:The text was updated successfully, but these errors were encountered: