mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
41 lines
593 B
YAML
41 lines
593 B
YAML
receivers:
|
|
otlp:
|
|
protocols:
|
|
grpc:
|
|
|
|
exporters:
|
|
prometheus:
|
|
endpoint: "0.0.0.0:8889"
|
|
const_labels:
|
|
label1: value1
|
|
|
|
debug:
|
|
|
|
otlp:
|
|
endpoint: jaeger:4317
|
|
tls:
|
|
insecure: true
|
|
|
|
processors:
|
|
batch:
|
|
|
|
extensions:
|
|
health_check:
|
|
pprof:
|
|
endpoint: :1888
|
|
zpages:
|
|
endpoint: :55679
|
|
|
|
service:
|
|
extensions: [health_check, pprof, zpages]
|
|
pipelines:
|
|
traces:
|
|
receivers: [otlp]
|
|
exporters: [debug, otlp]
|
|
metrics:
|
|
receivers: [otlp]
|
|
exporters: [debug, prometheus]
|
|
logs:
|
|
receivers: [otlp]
|
|
exporters: [debug]
|