Skip to content

Commit

Permalink
Fix dashboard tags
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson committed Jan 31, 2024
1 parent 2c32450 commit 7e312b8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

### Fixed

- Fix dashboard tags.

## [1.4.1] - 2024-01-31

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,9 @@ data:
"schemaVersion": 37,
"style": "dark",
"tags": [
"team:phoenix"
"owner:atlas",
"topic:slo",
"component:sloth"
],
"templating": {
"list": [
Expand Down Expand Up @@ -931,8 +933,8 @@ data:
},
"timepicker": {},
"timezone": "",
"title": "Sloth SLO Overview",
"uid": "high-level-sloth-slos",
"title": "SLOs / Sloth Overview",
"uid": "slo-overview",
"version": 3,
"weekStart": ""
}
7 changes: 4 additions & 3 deletions customizations/templates/grafana-dashboard-sloth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,9 @@ data:
"schemaVersion": 37,
"style": "dark",
"tags": [
"team:phoenix"
"owner:atlas",
"topic:slo",
"component:sloth"
],
"templating": {
"list": [
Expand Down Expand Up @@ -1537,9 +1539,8 @@ data:
},
"timepicker": {},
"timezone": "",
"title": "Sloth SLO",
"title": "SLOs / Sloth",
"uid": "slo-detail",
"version": 14,
"weekStart": ""
}
4 changes: 3 additions & 1 deletion helm/sloth/templates/grafana-dashboard-sloth-overview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,9 @@ data:
"schemaVersion": 37,
"style": "dark",
"tags": [
"team:phoenix"
"owner:atlas",
"topic:slo",
"component:sloth"
],
"templating": {
"list": [
Expand Down
4 changes: 3 additions & 1 deletion helm/sloth/templates/grafana-dashboard-sloth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,9 @@ data:
"schemaVersion": 37,
"style": "dark",
"tags": [
"team:phoenix"
"owner:atlas",
"topic:slo",
"component:sloth"
],
"templating": {
"list": [
Expand Down

0 comments on commit 7e312b8

Please sign in to comment.