mirror of
https://github.com/luxfi/explore.git
synced 2026-07-27 05:54:15 +00:00
16 lines
339 B
YAML
16 lines
339 B
YAML
global:
|
|||
|
|
scrape_interval: 15s
|
||
|
|
evaluation_interval: 15s
|
||
|
|
|
||
|
|
rule_files:
|
||
|
|
# - "first.rules"
|
||
|
|
# - "second.rules"
|
||
|
|
|
||
|
|
scrape_configs:
|
||
|
|
- job_name: prometheus
|
||
|
|
static_configs:
|
||
|
|
- targets: ['localhost:9090']
|
||
|
|
- job_name: frontend
|
||
|
|
metrics_path: /node-api/metrics
|
||
|
|
static_configs:
|
||
|
|
- targets: ['host.docker.internal:3000']
|