Files
cli/contrib/otel/otelcol.yaml
T
Sebastiaan van Stijn 1ca0a7d57a move hack/otel to contrib
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>
2025-04-17 23:57:50 +02:00

21 lines
383 B
YAML

# Receive signals over gRPC and HTTP
receivers:
otlp:
protocols:
grpc:
http:
# Establish an endpoint for Prometheus to scrape from
exporters:
prometheus:
endpoint: "0.0.0.0:8889"
otlp/aspire:
endpoint: aspire-dashboard:18889
tls::insecure: true
service:
pipelines:
metrics:
receivers: [otlp]
exporters: [prometheus, otlp/aspire]