Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
17 lines
274 B
YAML
17 lines
274 B
YAML
global:
|
|
scrape_interval: 10s
|
|
|
|
scrape_configs:
|
|
- job_name: vmagent
|
|
static_configs:
|
|
- targets:
|
|
- vmagent:8429
|
|
- job_name: vmalert
|
|
static_configs:
|
|
- targets:
|
|
- vmalert:8880
|
|
- job_name: victoriametrics
|
|
static_configs:
|
|
- targets:
|
|
- victoriametrics:8428
|