mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 22:19:40 -08:00
Added missing ingress from role list (#3666)
This commit is contained in:
parent
ec94df49d4
commit
00f4821178
|
@ -726,7 +726,8 @@ namespaces:
|
||||||
[ - <string> ]
|
[ - <string> ]
|
||||||
```
|
```
|
||||||
|
|
||||||
Where `<role>` must be `endpoints`, `service`, `pod`, or `node`.
|
Where `<role>` must be `endpoints`, `service`, `pod`, `node`, or
|
||||||
|
`ingress`.
|
||||||
|
|
||||||
See [this example Prometheus configuration file](/documentation/examples/prometheus-kubernetes.yml)
|
See [this example Prometheus configuration file](/documentation/examples/prometheus-kubernetes.yml)
|
||||||
for a detailed example of configuring Prometheus for Kubernetes.
|
for a detailed example of configuring Prometheus for Kubernetes.
|
||||||
|
|
Loading…
Reference in a new issue