Files
2026-01-08 21:36:53 +05:30

11 lines
366 B
YAML

# prometheus.yml
global:
scrape_interval: 3s # How frequently to scrape targets by default.
evaluation_interval: 15s # How frequently to evaluate rules.
scrape_configs:
# Example: Scrape your custom application/service
# Replace 'your_app_name', 'your_app_host', and 'your_app_port'
- job_name: node
static_configs:
- targets: ['localhost:9100']