You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rogueserver/prometheus.yml

12 lines
255 B
YAML

global:
scrape_interval: "10s"
scrape_timeout: "10s"
evaluation_interval: "1m"
scrape_configs:
- job_name: 'rogueserver'
static_configs:
- targets: ['server:8001']
- job_name: 'mariadb'
static_configs:
- targets: ['db:3306']