refactor: move away from monorepo setup
This commit is contained in:
21
support/prometheus/config/prometheus.yml
Normal file
21
support/prometheus/config/prometheus.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
scrape_timeout: 10s
|
||||
evaluation_interval: 15s
|
||||
alerting:
|
||||
alertmanagers:
|
||||
- static_configs:
|
||||
- targets: []
|
||||
scheme: http
|
||||
timeout: 10s
|
||||
api_version: v2
|
||||
scrape_configs:
|
||||
- job_name: factorio
|
||||
honor_timestamps: true
|
||||
scrape_interval: 15s
|
||||
scrape_timeout: 10s
|
||||
metrics_path: /metrics.prom
|
||||
scheme: http
|
||||
static_configs:
|
||||
- targets:
|
||||
- factorio_prometheus_sidecar:9010
|
||||
Reference in New Issue
Block a user