Skip to content

Commit

Permalink
adjust prometheus-mimir-comparision panel positions (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte authored May 23, 2024
1 parent 73acb58 commit d44fec5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add datasource variable to Prometheus dashboard

### Fixed

- Adjust panel positions to fill width and move Mimir related panel under related section

## [3.14.2] - 2024-05-20

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
"gridPos": {
"h": 8,
"w": 3,
"w": 6,
"x": 0,
"y": 1
},
Expand Down Expand Up @@ -135,8 +135,8 @@
},
"gridPos": {
"h": 8,
"w": 3,
"x": 3,
"w": 6,
"x": 6,
"y": 1
},
"id": 6,
Expand Down Expand Up @@ -233,7 +233,7 @@
"gridPos": {
"h": 8,
"w": 6,
"x": 6,
"x": 12,
"y": 1
},
"id": 9,
Expand Down Expand Up @@ -327,7 +327,7 @@
"gridPos": {
"h": 8,
"w": 6,
"x": 12,
"x": 18,
"y": 1
},
"id": 10,
Expand Down Expand Up @@ -404,7 +404,7 @@
},
"gridPos": {
"h": 8,
"w": 3,
"w": 6,
"x": 0,
"y": 10
},
Expand Down Expand Up @@ -572,7 +572,7 @@
"gridPos": {
"h": 8,
"w": 6,
"x": 6,
"x": 12,
"y": 10
},
"id": 7,
Expand Down Expand Up @@ -666,7 +666,7 @@
"gridPos": {
"h": 8,
"w": 6,
"x": 12,
"x": 18,
"y": 10
},
"id": 8,
Expand Down

0 comments on commit d44fec5

Please sign in to comment.