mirror of https://github.com/docker/cli.git
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"]
|