* Update self instrumentation to use alloy and bump versions * Update devenv/docker/blocks/self-instrumentation/config.alloy Co-authored-by: Sam DeHaan <dehaansa@gmail.com> * Add remote write receiver feature to Prometheus configuration in docker-compose.yaml * Add example for plugin profiling to the doc --------- Co-authored-by: Sam DeHaan <dehaansa@gmail.com>
11 lines
215 B
YAML
11 lines
215 B
YAML
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: grafana
|
|
always_scrape_classic_histograms: true
|
|
static_configs:
|
|
- targets:
|
|
- host.docker.internal:3000
|