Skip to content

Commit

Permalink
update colors on sinks
Browse files Browse the repository at this point in the history
  • Loading branch information
featheredtoast committed Jan 20, 2025
1 parent e9a53b7 commit 55ca010
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 15 deletions.
107 changes: 100 additions & 7 deletions grafana/dashboards/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 1,
"id": 4,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -685,7 +685,7 @@
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineInterpolation": "smooth",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
Expand Down Expand Up @@ -716,7 +716,38 @@
]
}
},
"overrides": []
"overrides": [
{
"matcher": {
"id": "byName",
"options": "Exploration"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "#a779a7",
"mode": "fixed"
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "Resource"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "#e79c53",
"mode": "fixed"
}
}
]
}
]
},
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -781,7 +812,38 @@
]
}
},
"overrides": []
"overrides": [
{
"matcher": {
"id": "byName",
"options": "Exploration"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "#a779a7",
"mode": "fixed"
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "Resource"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "#e79c53",
"mode": "fixed"
}
}
]
}
]
},
"gridPos": {
"h": 2,
Expand Down Expand Up @@ -844,7 +906,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"color": "#e79c53",
"value": null
}
]
Expand Down Expand Up @@ -921,7 +983,38 @@
},
"unit": "percentunit"
},
"overrides": []
"overrides": [
{
"matcher": {
"id": "byName",
"options": "Exploration"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "#a779a7",
"mode": "fixed"
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "Resource"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "#e79c53",
"mode": "fixed"
}
}
]
}
]
},
"gridPos": {
"h": 6,
Expand Down Expand Up @@ -1051,6 +1144,6 @@
"timezone": "",
"title": "Global Production",
"uid": "gTe4sot4z",
"version": 7,
"version": 2,
"weekStart": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineInterpolation": "smooth",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
Expand Down Expand Up @@ -777,7 +777,38 @@
]
}
},
"overrides": []
"overrides": [
{
"matcher": {
"id": "byName",
"options": "Exploration"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "#a779a7",
"mode": "fixed"
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "Resource"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "#e79c53",
"mode": "fixed"
}
}
]
}
]
},
"gridPos": {
"h": 8,
Expand Down Expand Up @@ -842,7 +873,38 @@
]
}
},
"overrides": []
"overrides": [
{
"matcher": {
"id": "byName",
"options": "Exploration"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "#a779a7",
"mode": "fixed"
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "Resource"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "#e79c53",
"mode": "fixed"
}
}
]
}
]
},
"gridPos": {
"h": 2,
Expand Down Expand Up @@ -905,7 +967,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"color": "#e79c53",
"value": null
}
]
Expand Down Expand Up @@ -982,7 +1044,38 @@
},
"unit": "percentunit"
},
"overrides": []
"overrides": [
{
"matcher": {
"id": "byName",
"options": "Exploration"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "#a779a7",
"mode": "fixed"
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "Resource"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "#e79c53",
"mode": "fixed"
}
}
]
}
]
},
"gridPos": {
"h": 6,
Expand Down Expand Up @@ -1095,13 +1188,13 @@
]
},
"time": {
"from": "2025-01-20T19:59:22.384Z",
"to": "2025-01-20T20:49:22.384Z"
"from": "now-3h",
"to": "now"
},
"timepicker": {},
"timezone": "",
"title": "Global Production",
"uid": "gTe4sot4z",
"version": 7,
"version": 2,
"weekStart": ""
}

0 comments on commit 55ca010

Please sign in to comment.