mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
Aligning with where we put this in moby, and contrib is a slightly more suitable location for this. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
7 lines
186 B
YAML
7 lines
186 B
YAML
# Configure Prometheus to scrape the OTel collector endpoint
|
|
scrape_configs:
|
|
- job_name: "otel-collector"
|
|
scrape_interval: 1s
|
|
static_configs:
|
|
- targets: ["otelcol:8889"]
|