diff --git a/.docker/observability/grafana/dashboards/rustfs.json b/.docker/observability/grafana/dashboards/rustfs.json index 04ae9eed4..4f958f1a1 100644 --- a/.docker/observability/grafana/dashboards/rustfs.json +++ b/.docker/observability/grafana/dashboards/rustfs.json @@ -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": { diff --git a/docker-compose.yml b/docker-compose.yml index 9ac3c7905..a28946575 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: