From fa3f1a64dc8ca1489d9d3ea1cbcf30b54a46775c Mon Sep 17 00:00:00 2001 From: kongfei Date: Tue, 26 Jul 2022 12:05:50 +0800 Subject: [PATCH] typo --- k8s/scrape_with_token.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/scrape_with_token.yaml b/k8s/scrape_with_token.yaml index 350c101..732c80d 100644 --- a/k8s/scrape_with_token.yaml +++ b/k8s/scrape_with_token.yaml @@ -95,4 +95,4 @@ scrape_configs: regex: kube-system;kube-dns;metrics remote_write: - - url: 'http://${NSERVER_ADDR}3/prometheus/v1/write' + - url: 'http://${NSERVER_ADDR}/prometheus/v1/write'