Difference between revisions of "K8s prometheus"
Jump to navigation
Jump to search
(Created page with "https://github.com/prometheus-operator/kube-prometheus") |
|||
Line 1: | Line 1: | ||
https://github.com/prometheus-operator/kube-prometheus | https://github.com/prometheus-operator/kube-prometheus | ||
+ | |||
+ | curl -sL http://prometheus-k8s.monitoring.svc:9090/api/v1/label/__name__/values | jq -r ".data[]" | sort ^C |
Revision as of 17:18, 24 February 2023
https://github.com/prometheus-operator/kube-prometheus
curl -sL http://prometheus-k8s.monitoring.svc:9090/api/v1/label/name/values | jq -r ".data[]" | sort ^C