Files
2026-02-12 12:47:10 +03:00

66 lines
1.3 KiB
YAML

receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
processors:
batch:
timeout: 1s
send_batch_size: 1024
exporters:
otlphttp/loki:
endpoint: http://grafana-loki:3100/otlp
tls:
insecure: true
otlphttp/tempo:
endpoint: http://grafana-tempo:4318
tls:
insecure: true
prometheusremotewrite:
endpoint: http://victoriametrics:8428/api/v1/write
tls:
insecure: true
extensions:
health_check:
endpoint: 0.0.0.0:13133
path: /health
response_body:
healthy: '{"status": "healthy"}'
unhealthy: '{"status": "unhealthy"}'
pprof:
endpoint: 0.0.0.0:1777
zpages:
endpoint: 0.0.0.0:55679
service:
extensions: [health_check, pprof, zpages]
pipelines:
traces:
receivers: [otlp]
processors: [batch]
exporters: [otlphttp/tempo]
logs:
receivers: [otlp]
processors: [batch]
exporters: [otlphttp/loki]
metrics:
receivers: [otlp]
processors: [batch]
exporters: [prometheusremotewrite]
telemetry:
metrics:
level: detailed
readers:
- pull:
exporter:
prometheus:
host: 0.0.0.0
port: 8888