comment static_config
This commit is contained in:
parent
c7b534e338
commit
8b72a15f9a
|
@ -5,9 +5,9 @@ global:
|
|||
replica: 0
|
||||
|
||||
scrape_configs:
|
||||
- job_name: "categraf-out"
|
||||
static_configs:
|
||||
- targets: ["172.16.6.171:8080"]
|
||||
#- job_name: "categraf-out"
|
||||
# static_configs:
|
||||
# - targets: ["172.16.6.171:8080"]
|
||||
|
||||
- job_name: "apiserver"
|
||||
metrics_path: "/metrics"
|
||||
|
|
|
@ -5,9 +5,9 @@ global:
|
|||
# replica: 0
|
||||
|
||||
scrape_configs:
|
||||
- job_name: "categraf-out"
|
||||
static_configs:
|
||||
- targets: ["172.16.6.171:8080"]
|
||||
#- job_name: "categraf-out"
|
||||
# static_configs:
|
||||
# - targets: ["172.16.6.171:8080"]
|
||||
|
||||
- job_name: "apiserver"
|
||||
metrics_path: "/metrics"
|
||||
|
|
|
@ -4,9 +4,9 @@ global:
|
|||
cluster: test
|
||||
replica: 0
|
||||
scrape_configs:
|
||||
- job_name: "categraf-out"
|
||||
static_configs:
|
||||
- targets: ["172.16.6.171:8080"]
|
||||
#- job_name: "categraf-out"
|
||||
# static_configs:
|
||||
# - targets: ["172.16.6.171:8080"]
|
||||
- job_name: "apiserver"
|
||||
metrics_path: "/metrics"
|
||||
kubernetes_sd_configs:
|
||||
|
|
Loading…
Reference in New Issue