You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeus/zdocker/monitoring/otel-collector.yaml

20 lines
269 B
YAML

receivers:
otlp:
protocols:
http:
exporters:
prometheus:
endpoint: "0.0.0.0:9464"
processors:
batch:
queued_retry:
service:
pipelines:
metrics:
receivers: [otlp]
exporters: [prometheus]
processors: [batch, queued_retry]