Add prometheus and grafana integration to the devel container stack. This should make it easier to run and configure grafana dashboards locally.
8 lines
160 B
YAML
8 lines
160 B
YAML
|
|
global:
|
|
scrape_interval: 15s
|
|
scrape_configs:
|
|
- job_name: 'image-builder'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['backend:8086']
|