homelab/values/tempo.yaml

23 lines
418 B
YAML

tempo:
metricsGenerator:
enabled: true
remoteWriteUrl: "http://kube-prometheus-stack-prometheus.monitoring.svc.cluster.local:9090/api/v1/write"
storage:
trace:
backend: local
local:
path: /var/tempo/traces
retention: 72h
persistence:
enabled: true
storageClassName: local-path
size: 10Gi
serviceMonitor:
enabled: true
namespace: monitoring
service:
type: ClusterIP