Sha256: 2f35e9f96b4c93335de791440ee6bccc5df3dba034cccabf8ef315fa16f755ec
Contents?: true
Size: 729 Bytes
Versions: 1
Compression:
Stored size: 729 Bytes
Contents
global: scrape_interval: 15s evaluation_interval: 15s remote_write: - url: "http://127.0.0.1:9201/write" remote_read: - url: "http://127.0.0.1:9201/read" rule_files: - <%= root %>/alerts.d/*.rules alerting: alertmanagers: - static_configs: - targets: - localhost:9093 scrape_configs: - job_name: prometheus static_configs: - targets: ['localhost:9090'] - job_name: postgresql static_configs: - targets: ['localhost:9187'] - job_name: postgresql_adapter static_configs: - targets: ['localhost:9201'] - job_name: node_exporter scrape_interval: 1m scrape_timeout: 1m metrics_path: '/metrics' static_configs: - targets: ['localhost:9100']
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
caco-0.1.0 | lib/caco/prometheus/view/conf.erb |