Files
sbbb/base/monitoring/tempo-values.yaml

27 lines
529 B
YAML
Raw Normal View History

# Tempo — monolithic single-binary, local filesystem backend.
# Receives OTLP over gRPC (:4317) and HTTP (:4318).
tempo:
reportingEnabled: false
receivers:
otlp:
protocols:
grpc:
endpoint: "0.0.0.0:4317"
http:
endpoint: "0.0.0.0:4318"
storage:
trace:
backend: local
local:
path: /var/tempo/traces
wal:
path: /var/tempo/wal
persistence:
enabled: true
size: 20Gi
# Expose OTLP ports as a ClusterIP service
service:
type: ClusterIP