fix(obs): fix grafana layout and wrong version of tempo (#3368)

* fix(obs): fix grafana dashboard layout errors

Signed-off-by: w0od <dingboning02@163.com>

* fix(docker): align the correct tempo version

Signed-off-by: w0od <dingboning02@163.com>

---------

Signed-off-by: w0od <dingboning02@163.com>
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
wood
2026-06-12 09:27:32 +08:00
committed by GitHub
parent 19ff378e9b
commit 9904a4f9eb
2 changed files with 5 additions and 5 deletions
@@ -573,7 +573,7 @@
"gridPos": {
"h": 5,
"w": 6,
"x": 6,
"x": 12,
"y": 6
},
"id": 14,
@@ -641,7 +641,7 @@
"gridPos": {
"h": 5,
"w": 6,
"x": 12,
"x": 18,
"y": 6
},
"id": 15,
@@ -2069,8 +2069,8 @@
"gridPos": {
"h": 6,
"w": 12,
"x": 12,
"y": 42
"x": 0,
"y": 48
},
"id": 202,
"options": {
+1 -1
View File
@@ -163,7 +163,7 @@ services:
- observability
tempo:
image: grafana/tempo:latest
image: grafana/tempo:2.10.5
user: "10001"
command: [ "-config.file=/etc/tempo.yaml" ]
volumes: