sigs.k8s.io/cluster-api@v1.7.1/hack/observability/tempo/values.yaml (about) 1 # Placeholder for tempo chart configuration, see https://github.com/grafana/helm-charts/tree/main/charts/tempo 2 tempo: 3 searchEnabled: true 4 5 config: | 6 multitenancy_enabled: false 7 compactor: 8 compaction: 9 block_retention: 24h 10 distributor: 11 receivers: 12 otlp: 13 protocols: 14 grpc: 15 endpoint: 0.0.0.0:4317 16 ingester: {} 17 server: 18 http_listen_port: 3100 19 storage: 20 trace: 21 backend: local 22 local: 23 path: /var/tempo/traces 24 wal: 25 path: /var/tempo/wal 26 querier: {} 27 query_frontend: {} 28 overrides: 29 per_tenant_override_config: /conf/overrides.yaml 30 metrics_generator_processors: 31 - 'service-graphs' 32 - 'span-metrics' 33 metrics_generator: 34 storage: 35 path: "/tmp/tempo" 36 remote_write: 37 - url: "http://prometheus-server/api/v1/write"