ZeroTierOne/ext/opentelemetry-cpp-1.21.0/examples/prometheus/prometheus.yml
2025-07-11 10:37:21 -07:00

11 lines
245 B
YAML

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
global:
scrape_interval: 5s
scrape_timeout: 2s
evaluation_interval: 5s
scrape_configs:
- job_name: otel
static_configs:
- targets: ["localhost:9464"]