Overview
- Full name
docker.io/bitnamilegacy/grafana-tempo- Registry
- docker.io
- Namespace
- bitnamilegacy
- Repository
- grafana-tempo
- Cached tags
- 339
- Last synced
- 07/05/2026, 12:29 AM
- Topics
Introduction
Bitnami Legacy Grafana Tempo 分布式链路追踪存储镜像,接收 OTLP/Jaeger span 数据,Grafana 查询 trace 后端。
Details
bitnamilegacy/grafana-tempo 运行 Grafana Tempo 分布式 trace 存储,接收 OTLP/Jaeger/Zipkin span 并按 block 存储至 S3/本地。定位为链路追踪存储服务,需 data volume 与 object storage;K8s StatefulSet 可观测性 trace 后端。
快速启动
docker run -d --name tempo \
-p 3200:3200 -p 4317:4317 \
docker.io/bitnamilegacy/grafana-tempo:latest
推荐实践
docker run -d --name tempo \
--restart unless-stopped \
-p 3200:3200 -p 4317:4317 -p 4318:4318 \
-v /data/tempo:/bitnami/grafana-tempo \
-v /etc/tempo/tempo.yaml:/opt/bitnami/grafana-tempo/conf/tempo.yaml \
docker.io/bitnamilegacy/grafana-tempo:2.5.0
核心参数说明
-p 3200:3200— Tempo HTTP 查询 API-p 4317:4317— OTLP gRPC 接收-v .../tempo.yaml:...— 存储与 retention 配置- 写入 — OpenTelemetry/Jaeger agent
Kubernetes
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: tempo
spec:
serviceName: tempo
replicas: 3
selector:
matchLabels:
app: tempo
template:
metadata:
labels:
app: tempo
spec:
containers:
- name: tempo
image: docker.io/bitnamilegacy/grafana-tempo:2.5.0
ports:
- containerPort: 3200
- containerPort: 4317
volumeMounts:
- name: config
mountPath: /opt/bitnami/grafana-tempo/conf
- name: data
mountPath: /bitnami/grafana-tempo
volumes:
- name: config
configMap:
name: tempo-config
volumeClaimTemplates:
- metadata:
name: data
spec:
accessModes: [ReadWriteOnce]
resources:
requests:
storage: 50Gi
---
apiVersion: v1
kind: Service
metadata:
name: tempo
spec:
selector:
app: tempo
ports:
- port: 3200
targetPort: 3200
- port: 4317
targetPort: 4317
Tempo Helm Chart 微服务模式;S3 外置 block storage。
Latest tags (20)
View all 339 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/bitnamilegacy/grafana-tempo :2.8.2-debian-12-r1 | linux/amd64linux/arm64 | 2025/08/20 01:40 | 94.6 MB | sha256:5c2ac474dd69… | |||
docker.io/bitnamilegacy/grafana-tempo :2.8.2-debian-12-r0 | linux/amd64linux/arm64 | 2025/08/08 18:40 | 94.5 MB | sha256:55ffea7cc507… | |||
docker.io/bitnamilegacy/grafana-tempo :2.8.2 | linux/amd64linux/arm64 | 2025/08/08 18:40 | 94.5 MB | sha256:55ffea7cc507… | |||
docker.io/bitnamilegacy/grafana-tempo :2.8.1-debian-12-r3 | linux/amd64linux/arm64 | 2025/07/17 15:19 | 94.4 MB | sha256:743081394ec1… | |||
docker.io/bitnamilegacy/grafana-tempo :2.8.1-debian-12-r2 | linux/amd64linux/arm64 | 2025/07/16 20:19 | 94.4 MB | sha256:7fc4e85856fa… | |||
docker.io/bitnamilegacy/grafana-tempo :2.8.1 | linux/amd64linux/arm64 | 2025/07/09 16:51 | 94.5 MB | sha256:893b2ce99b7b… | |||
docker.io/bitnamilegacy/grafana-tempo :2.8.1-debian-12-r1 | linux/amd64linux/arm64 | 2025/07/09 16:51 | 94.5 MB | sha256:893b2ce99b7b… | |||
docker.io/bitnamilegacy/grafana-tempo :2.8.1-debian-12-r0 | linux/amd64linux/arm64 | 2025/07/02 21:01 | 94.5 MB | sha256:aeff9599b57d… | |||
docker.io/bitnamilegacy/grafana-tempo :2.8.0-debian-12-r1 | linux/amd64linux/arm64 | 2025/07/02 21:01 | 94.4 MB | sha256:6948c845803b… | |||
docker.io/bitnamilegacy/grafana-tempo :latest | linux/amd64linux/arm64 | 2025/07/02 21:00 | 94.4 MB | sha256:7dfea583e270… | |||
docker.io/bitnamilegacy/grafana-tempo :2.8.0-debian-12-r0 | linux/amd64linux/arm64 | 2025/07/02 21:00 | 94.4 MB | sha256:7dfea583e270… | |||
docker.io/bitnamilegacy/grafana-tempo :2.8.0 | linux/amd64linux/arm64 | 2025/07/02 21:00 | 94.4 MB | sha256:7dfea583e270… | |||
docker.io/bitnamilegacy/grafana-tempo :2.7.2-debian-12-r7 | linux/amd64linux/arm64 | 2025/07/02 21:00 | 86.8 MB | sha256:f9afb7550b51… | |||
docker.io/bitnamilegacy/grafana-tempo :2.7.2-debian-12-r8 | linux/amd64linux/arm64 | 2025/07/02 21:00 | 84.3 MB | sha256:85537bb8b96d… | |||
docker.io/bitnamilegacy/grafana-tempo :2.7.2-debian-12-r6 | linux/amd64linux/arm64 | 2025/07/02 21:00 | 86.8 MB | sha256:f0515b177438… | |||
docker.io/bitnamilegacy/grafana-tempo :2.7.2-debian-12-r5 | linux/amd64linux/arm64 | 2025/07/02 21:00 | 84.2 MB | sha256:e57bc0743f31… | |||
docker.io/bitnamilegacy/grafana-tempo :2.7.2-debian-12-r4 | linux/arm64linux/amd64 | 2025/07/02 21:00 | 80.4 MB | sha256:c4945973a62a… | |||
docker.io/bitnamilegacy/grafana-tempo :2.7.2-debian-12-r3 | linux/amd64linux/arm64 | 2025/07/02 21:00 | 84.2 MB | sha256:f1552f536eb5… | |||
docker.io/bitnamilegacy/grafana-tempo :2.7.2-debian-12-r2 | linux/amd64linux/arm64 | 2025/07/02 21:00 | 84.3 MB | sha256:91de7673820f… | |||
docker.io/bitnamilegacy/grafana-tempo :2.7.2-debian-12-r1 | linux/amd64linux/arm64 | 2025/07/02 21:00 | 84.2 MB | sha256:7896aef8f123… |