Create prometheus.yml

pull/26/head
LRVT 2024-10-29 17:14:05 +01:00 zatwierdzone przez GitHub
rodzic b323fe40da
commit bda9d02a7a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 17 dodań i 0 usunięć

Wyświetl plik

@ -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"]