We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b323fe4 commit bda9d02Copy full SHA for bda9d02
examples/grafana-monitoring/volume-data/prometheus/prometheus.yml
@@ -0,0 +1,17 @@
1
+
2
+# my global config
3
+global:
4
+ scrape_interval: 15s
5
+ evaluation_interval: 30s
6
+ body_size_limit: 15MB
7
+ sample_limit: 1500
8
+ target_limit: 30
9
+ label_limit: 30
10
+ label_name_length_limit: 200
11
+ label_value_length_limit: 200
12
+ # scrape_timeout is set to the global default (10s).
13
14
+scrape_configs:
15
+ - job_name: crowdsec_myMachine
16
+ static_configs:
17
+ - targets: ["crowdsec:6060"]
0 commit comments