mirror of
https://github.com/moby/buildkit.git
synced 2026-06-24 08:47:57 +00:00
Starts a prometheus server that automatically scrapes buildkit for metrics using the `/metrics` endpoint. Also configures a grafana instance to use prometheus as the default connection. Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
7 lines
128 B
YAML
7 lines
128 B
YAML
scrape_configs:
|
|
- job_name: buildkit
|
|
scrape_interval: 1m
|
|
static_configs:
|
|
- targets:
|
|
- "buildkit:6060"
|