mirror of
https://github.com/prometheus/prometheus.git
synced 2025-07-03 11:03:25 +00:00
k8s example: Remove obsolete comment
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
This commit is contained in:
parent
775d90d5f8
commit
b355e833d5
1 changed files with 0 additions and 5 deletions
|
@ -57,11 +57,6 @@ scrape_configs:
|
||||||
regex: default;kubernetes;https
|
regex: default;kubernetes;https
|
||||||
|
|
||||||
# Scrape config for nodes (kubelet).
|
# Scrape config for nodes (kubelet).
|
||||||
#
|
|
||||||
# Rather than connecting directly to the node, the scrape is proxied though the
|
|
||||||
# Kubernetes apiserver. This means it will work if Prometheus is running out of
|
|
||||||
# cluster, or can't connect to nodes for some other reason (e.g. because of
|
|
||||||
# firewalling).
|
|
||||||
- job_name: "kubernetes-nodes"
|
- job_name: "kubernetes-nodes"
|
||||||
|
|
||||||
# Default to scraping over https. If required, just disable this or change to
|
# Default to scraping over https. If required, just disable this or change to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue