Skip to content

Commit

Permalink
Create prometheus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Oct 29, 2024
1 parent b323fe4 commit bda9d02
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions examples/grafana-monitoring/volume-data/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

# my global config
global:
scrape_interval: 15s
evaluation_interval: 30s
body_size_limit: 15MB
sample_limit: 1500
target_limit: 30
label_limit: 30
label_name_length_limit: 200
label_value_length_limit: 200
# scrape_timeout is set to the global default (10s).

scrape_configs:
- job_name: crowdsec_myMachine
static_configs:
- targets: ["crowdsec:6060"]

0 comments on commit bda9d02

Please sign in to comment.