Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

21 строки
384 B

##
## prometheus.conf -- Prometheus Server Configuration
##
global:
scrape_interval: "15s"
evaluation_interval: "15s"
external_labels:
monitor: codelab
foo: bar
rule_files:
- "*.rules"
scrape_configs:
- job_name: "prometheus"
honor_labels: true
scrape_interval: "5s"
static_configs:
- targets: [ "localhost:9090" ]