kubernetes-monitoring / kubernetes-mixin

A set of Grafana dashboards and Prometheus alerts for Kubernetes.
Apache License 2.0
2.05k stars 595 forks source link

Published tool which checks metrics in prometheus from Grafana Dashboard #478

Open witold-gren opened 4 years ago

witold-gren commented 4 years ago

Hi everyone,

like we discussed in one PR https://github.com/kubernetes-monitoring/kubernetes-mixin/pull/446 we finalise and public tool which check metrics from grafana dashboards and compare it with prometheus exist metrics.

All code can be found in GitHub repository: https://github.com/ContainerSolutions/prom-metrics-check. We also prepared very small docker image. If this tool is interesting for you, please mention about it in any place. 😀

brancz commented 4 years ago

I think this is really awesome! Where in the readme or other docs do you think it makes sense to mention it?

witold-gren commented 4 years ago

Maybe at the very bottom of the Readme page. Just add notes like:

# Note
You can use the external tool call prom-metrics-check to validate the created dashboards. This tool allows you to check if the metrics installed and used in Grafana dashboards exist in the Prometheus instance. Please have a look at https://github.com/ContainerSolutions/prom-metrics-check.

this is of course only a suggestion 😀

brancz commented 4 years ago

Sounds good! You want to create the PR to add it? :)

witold-gren commented 4 years ago

Thanks, I did that 😀 https://github.com/kubernetes-monitoring/kubernetes-mixin/pull/479