promtool output
Closed this issue · 2 comments
mjtrangoni commented
Hi @frodenas,
Nice work! I just wanted to point you the promtool output out. Maybe you would like to take a look at this.
$ curl -s http://localhost.localdomain:9261/metrics | promtool check-metrics
grafana_admin_stats_alerts_total: non-counter metrics should not have "_total" suffix
grafana_admin_stats_dashboards_total: non-counter metrics should not have "_total" suffix
grafana_admin_stats_datasources_total: non-counter metrics should not have "_total" suffix
grafana_admin_stats_orgs_total: non-counter metrics should not have "_total" suffix
grafana_metrics_alerting_notifications_sent: counter metrics should have "_total" suffix
grafana_metrics_alerting_results: counter metrics should have "_total" suffix
grafana_metrics_api_responses: counter metrics should have "_total" suffix
grafana_metrics_api_user_signups: counter metrics should have "_total" suffix
grafana_metrics_page_responses: counter metrics should have "_total" suffix
grafana_metrics_proxy_responses: counter metrics should have "_total" suffix
grafana_admin_stats_playlists_total: non-counter metrics should not have "_total" suffix
grafana_admin_stats_snapshots_total: non-counter metrics should not have "_total" suffix
grafana_admin_stats_starred_total: non-counter metrics should not have "_total" suffix
grafana_admin_stats_tags_total: non-counter metrics should not have "_total" suffix
grafana_admin_stats_users_total: non-counter metrics should not have "_total" suffix
frodenas commented
Thanks @mjtrangoni for pointing me this out. I'm on vacations right now, definitively will take a look at this in 2 weeks or so.
frodenas commented
This has been fixed.