diff --git a/k8s/scrape_with_cafile.yaml b/k8s/scrape_with_cafile.yaml index 1c49cf1..8218919 100644 --- a/k8s/scrape_with_cafile.yaml +++ b/k8s/scrape_with_cafile.yaml @@ -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" diff --git a/k8s/scrape_with_kubeconfig.yaml b/k8s/scrape_with_kubeconfig.yaml index a9563bd..08a4de8 100644 --- a/k8s/scrape_with_kubeconfig.yaml +++ b/k8s/scrape_with_kubeconfig.yaml @@ -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" diff --git a/k8s/scrape_with_token.yaml b/k8s/scrape_with_token.yaml index 732c80d..77663ab 100644 --- a/k8s/scrape_with_token.yaml +++ b/k8s/scrape_with_token.yaml @@ -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: