No introduction found. Create it?
Install with:
helm repo add tempo oci://ghcr.io/grafana/helm-charts/tempo
helm install tempo tempo/tempo -f values.yamlSee examples from other people.
| Name | Repo | Stars | Version | Timestamp |
|---|
See the most popular values for this chart:
| Key | Types |
|---|---|
| boolean | |
| string | |
persistence.storageClassName (6) local-path | string |
| boolean | |
| string | |
| string | |
| string | |
| string | |
tempo.storage.trace.s3.endpoint (3) ${SECRET_GARAGE_URL} | string |
| boolean | |
| string | |
| boolean | |
tempo.storage.trace.local.path (2) /var/tempo/traces | string |
tempo.storage.trace.wal.path (1) /var/tempo/wal | string |
| boolean | |
tempo.metricsGenerator.remoteWriteUrl (5) http://kube-prometheus-stack-prometheus.monitoring.svc.cluster.local:9090/api/v1/write | string |
| boolean | |
| boolean | |
tempo.metricsGenerator.processor.service_graphs.histogram_buckets[] (3) - "0.1" | number |
tempo.metricsGenerator.storage.path (1) /var/tempo/metrics | string |
| string | |
| string | |
| string | |
| string | |
| string | |
tempo.extraEnv[].name (3) AWS_ACCESS_KEY_ID | string |
tempo.extraEnv[].valueFrom.secretKeyRef.key (3) GARAGE_ACCESS_KEY | string |
tempo.extraEnv[].valueFrom.secretKeyRef.name (3) tempo-garage | string |
tempo.overrides.defaults.metrics_generator.processors[] (3) - service-graphs | string |
| boolean | |
| string | |
| boolean | |
| string | |
| string | |
tempo.receivers.otlp.protocols.grpc.endpoint (2) 0.0.0.0:4317 | string |
tempo.receivers.otlp.protocols.http.endpoint (2) 0.0.0.0:4318 | string |
| boolean | |
| string | |
| boolean | |
| boolean | |
| boolean | |
| boolean | |
| string | |
| string | |
| number | |
| number | |
| boolean | |
| number | |
| number | |
config (1) memberlist:
cluster_label: "{{ .Release.Name }}.{{ .Release.Namespace }}"
multitenancy_enabled: false
usage_report:
reporting_enabled: false
compactor:
compaction:
block_retention: 168h
distributor:
receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
ingester: {}
storage:
trace:
backend: local
local:
path: /var/tempo/traces
wal:
path: /var/tempo/wal
querier: {}
query_frontend: {}
metrics_generator:
processor:
local_blocks:
filter_server_spans: false
flush_to_storage: true
span_metrics:
histogram_buckets: [0.002, 0.004, 0.008, 0.016, 0.032, 0.064, 0.128, 0.256, 0.512, 1.024, 2.048, 4.096]
service_graphs:
histogram_buckets: [0.1, 0.2, 0.4, 0.8, 1.6, 3.2, 6.4, 12.8]
registry:
collection_interval: 15s
storage:
path: /var/tempo/generator/wal
remote_write:
- url: http://vmsingle-victoria-metrics.observability.svc.cluster.local:8428/api/v1/write
send_exemplars: true
traces_storage:
path: /var/tempo/generator/traces
overrides:
defaults:
metrics_generator:
processors: [local-blocks, service-graphs, span-metrics]
| string |
fullnameOverride (1) tempo | string |
| boolean | |
| string | |
| string | |
service.ports[].name (1) otlp-grpc | string |
service.ports[].port (1) 4317 | number |
service.ports[].protocol (1) TCP | string |
service.ports[].targetPort (1) 4317 | number |
| boolean |