mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-28 18:15:08 +01:00
* feat: introduce `cdk-prometheus` crate with Prometheus server and CDK-specific metrics support
9 lines
182 B
YAML
9 lines
182 B
YAML
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: 'prometheus'
|
|
static_configs:
|
|
- targets: ['host.docker.internal:9000','mintd:9000']
|