Skip to content

Commit

Permalink
Merge pull request #1847 from DSD-DBS/grafana-dashboard
Browse files Browse the repository at this point in the history
feat(grafana): Set fixed color for "Total licenses" in T4C dashboard
  • Loading branch information
MoritzWeber0 authored Sep 26, 2024
2 parents 070c555 + 27b2537 commit 583195a
Showing 1 changed file with 42 additions and 13 deletions.
55 changes: 42 additions & 13 deletions helm/config/grafana/dashboards/team4capella.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,17 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": ["min"],
"fields": "",
"values": false
},
"textMode": "auto"
"showPercentChange": false,
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "10.0.1",
"pluginVersion": "11.1.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -171,14 +174,17 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": ["mean"],
"fields": "",
"values": false
},
"textMode": "auto"
"showPercentChange": false,
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "10.0.1",
"pluginVersion": "11.1.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -279,14 +285,17 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": ["max"],
"fields": "",
"values": false
},
"textMode": "auto"
"showPercentChange": false,
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "10.0.1",
"pluginVersion": "11.1.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -357,7 +366,7 @@
"defaults": {
"color": {
"fixedColor": "dark-red",
"mode": "continuous-GrYlRd"
"mode": "fixed"
},
"mappings": [],
"min": 0,
Expand Down Expand Up @@ -386,14 +395,17 @@
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": ["lastNotNull"],
"fields": "",
"values": false
},
"textMode": "auto"
"showPercentChange": false,
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "10.0.1",
"pluginVersion": "11.1.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -467,6 +479,7 @@
"seriesBy": "last"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
Expand All @@ -480,6 +493,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "stepBefore",
"lineStyle": {
"fill": "solid"
Expand Down Expand Up @@ -512,7 +526,23 @@
]
}
},
"overrides": []
"overrides": [
{
"matcher": {
"id": "byName",
"options": "Total licenses"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "dark-red",
"mode": "fixed"
}
}
]
}
]
},
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -623,8 +653,7 @@
}
],
"refresh": "",
"schemaVersion": 38,
"style": "dark",
"schemaVersion": 39,
"tags": [],
"templating": {
"list": []
Expand All @@ -637,6 +666,6 @@
"timezone": "",
"title": "TeamForCapella",
"uid": "a63682e2-2f98-4dde-a7fe-c3658b9dc0e9",
"version": 1,
"version": 3,
"weekStart": ""
}

0 comments on commit 583195a

Please sign in to comment.