We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8406346 commit a0d2b25Copy full SHA for a0d2b25
test/scale/config/prometheus
@@ -0,0 +1,13 @@
1
+#Prometheus config for cilium for azure managed Prometheus
2
+global:
3
+ scrape_interval: 30s
4
+scrape_configs:
5
+ - job_name: "testnode"
6
7
+ scheme: http
8
+ metrics_path: /metrics
9
+ static_configs:
10
+ # - targets: ["$NODE_IP:9962", "$NODE_IP:9963"] If you want to have cilium-operator metrics too
11
+ - targets: ["$NODE_IP:9962"]
12
+ labels:
13
+ hostname: "$NODE_NAME"
0 commit comments