mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
delete repeated phrase
This commit is contained in:
parent
8d12f4f5fd
commit
94379a1780
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ rules:
|
||||||
If we want to find all `http_requests_total` series ourselves in the
|
If we want to find all `http_requests_total` series ourselves in the
|
||||||
Prometheus dashboard, we'd write
|
Prometheus dashboard, we'd write
|
||||||
`http_requests_total{kubernetes_namespace!="",kubernetes_pod_name!=""}` to
|
`http_requests_total{kubernetes_namespace!="",kubernetes_pod_name!=""}` to
|
||||||
find all find all `http_requests_total` series that were associated with
|
find all `http_requests_total` series that were associated with
|
||||||
a namespace and pod.
|
a namespace and pod.
|
||||||
|
|
||||||
We can add this to our rule in the `seriesQuery` field, to tell the
|
We can add this to our rule in the `seriesQuery` field, to tell the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue