Skip to content

Commit a0d2b25

Browse files
authored
test: Adding prometheus config for acn docs (#1964)
1 parent 8406346 commit a0d2b25

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

test/scale/config/prometheus

+13
Original file line numberDiff line numberDiff line change
@@ -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+
scrape_interval: 30s
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

Comments
 (0)