Difference between revisions of "K8s prometheus"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
curl -sL http://prometheus-k8s.monitoring.svc:9090/api/v1/label/__name__/values | jq -r ".data[]" | sort ^C | curl -sL http://prometheus-k8s.monitoring.svc:9090/api/v1/label/__name__/values | jq -r ".data[]" | sort ^C | ||
+ | |||
+ | https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/customizations/monitoring-additional-namespaces.md | ||
+ | |||
+ | https://github.com/prometheus-operator/kube-prometheus/issues/1653 |
Latest revision as of 20:15, 27 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
https://github.com/prometheus-operator/kube-prometheus/issues/1653