mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
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:
@@ -573,7 +573,7 @@
|
|||||||
"gridPos": {
|
"gridPos": {
|
||||||
"h": 5,
|
"h": 5,
|
||||||
"w": 6,
|
"w": 6,
|
||||||
"x": 6,
|
"x": 12,
|
||||||
"y": 6
|
"y": 6
|
||||||
},
|
},
|
||||||
"id": 14,
|
"id": 14,
|
||||||
@@ -641,7 +641,7 @@
|
|||||||
"gridPos": {
|
"gridPos": {
|
||||||
"h": 5,
|
"h": 5,
|
||||||
"w": 6,
|
"w": 6,
|
||||||
"x": 12,
|
"x": 18,
|
||||||
"y": 6
|
"y": 6
|
||||||
},
|
},
|
||||||
"id": 15,
|
"id": 15,
|
||||||
@@ -2069,8 +2069,8 @@
|
|||||||
"gridPos": {
|
"gridPos": {
|
||||||
"h": 6,
|
"h": 6,
|
||||||
"w": 12,
|
"w": 12,
|
||||||
"x": 12,
|
"x": 0,
|
||||||
"y": 42
|
"y": 48
|
||||||
},
|
},
|
||||||
"id": 202,
|
"id": 202,
|
||||||
"options": {
|
"options": {
|
||||||
|
|||||||
+1
-1
@@ -163,7 +163,7 @@ services:
|
|||||||
- observability
|
- observability
|
||||||
|
|
||||||
tempo:
|
tempo:
|
||||||
image: grafana/tempo:latest
|
image: grafana/tempo:2.10.5
|
||||||
user: "10001"
|
user: "10001"
|
||||||
command: [ "-config.file=/etc/tempo.yaml" ]
|
command: [ "-config.file=/etc/tempo.yaml" ]
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user