Skip to content

Commit

Permalink
Grafana 11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swiffer committed Sep 3, 2024
1 parent ad3f34b commit d17e49b
Show file tree
Hide file tree
Showing 21 changed files with 600 additions and 402 deletions.
2 changes: 1 addition & 1 deletion grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ensure selecting a tag that is available for arm/v7, arm64, and amd64
# https://hub.docker.com/r/grafana/grafana/tags
FROM grafana/grafana:11.0.1
FROM grafana/grafana:11.2.0

ENV GF_ANALYTICS_REPORTING_ENABLED=false \
GF_AUTH_ANONYMOUS_ENABLED=false \
Expand Down
110 changes: 82 additions & 28 deletions grafana/dashboards/battery-health.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "11.1.0"
"version": "11.2.0"
},
{
"type": "datasource",
Expand Down Expand Up @@ -150,7 +150,7 @@
"textMode": "value_and_name",
"wideLayout": true
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -298,7 +298,7 @@
"textMode": "value_and_name",
"wideLayout": true
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -402,7 +402,7 @@
"textMode": "value_and_name",
"wideLayout": true
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -658,7 +658,6 @@
"sort": "none"
}
},
"pluginVersion": "8.5.6",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -774,7 +773,7 @@
"showThresholdMarkers": true,
"sizing": "auto"
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -873,7 +872,7 @@
"sizing": "auto",
"valueMode": "color"
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -999,7 +998,7 @@
"textMode": "value_and_name",
"wideLayout": true
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -1246,7 +1245,7 @@
"text": {},
"valueMode": "color"
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -1441,7 +1440,7 @@
"textMode": "value",
"wideLayout": true
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -1541,7 +1540,7 @@
"text": {},
"valueMode": "color"
},
"pluginVersion": "11.1.0",
"pluginVersion": "11.2.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -1631,14 +1630,17 @@
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"fillOpacity": 50,
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"pointShape": "circle",
"pointSize": {
"fixed": 6
},
"pointStrokeWidth": 1,
"scaleDistribution": {
"type": "linear"
},
Expand Down Expand Up @@ -1675,6 +1677,33 @@
"value": "lines"
}
]
},
{
"matcher": {
"id": "byName",
"options": "kWh"
},
"properties": [
{
"id": "custom.pointSize.fixed",
"value": 5
}
]
},
{
"matcher": {
"id": "byName",
"options": "M-kWh"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "dark-red",
"mode": "fixed"
}
}
]
}
]
},
Expand All @@ -1692,37 +1721,62 @@
"placement": "bottom",
"showLegend": false
},
"mapping": "manual",
"series": [
{
"name": "Odometer",
"pointColor": {
"field": "kWh"
"color": {
"matcher": {
"id": "byName",
"options": "kWh"
}
},
"pointSize": {
"fixed": 5,
"max": 100,
"min": 1
"frame": {
"matcher": {
"id": "byIndex",
"options": 0
}
},
"x": "Odometer",
"y": "kWh"
"x": {
"matcher": {
"id": "byName",
"options": "Odometer"
}
},
"y": {
"matcher": {
"id": "byName",
"options": "kWh"
}
}
},
{
"name": "Median Odometer",
"pointColor": {
"fixed": "dark-red"
"frame": {
"matcher": {
"id": "byIndex",
"options": 1
}
},
"x": "M-Odometer",
"y": "M-kWh"
"x": {
"matcher": {
"id": "byName",
"options": "M-Odometer"
}
},
"y": {
"matcher": {
"id": "byName",
"options": "M-kWh"
}
}
}
],
"seriesMapping": "manual",
"tooltip": {
"maxHeight": 600,
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "8.5.6",
"pluginVersion": "11.2.0",
"targets": [
{
"alias": "",
Expand Down Expand Up @@ -1999,6 +2053,6 @@
"timezone": "browser",
"title": "Battery Health",
"uid": "jchmRiqUfXgTM",
"version": 10,
"version": 11,
"weekStart": ""
}
6 changes: 3 additions & 3 deletions grafana/dashboards/charge-level.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "11.1.0"
"version": "11.2.0"
},
{
"type": "datasource",
Expand Down Expand Up @@ -96,6 +96,7 @@
"axisLabel": "Charge Level",
"axisPlacement": "auto",
"barAlignment": 0,
"barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 10,
"gradientMode": "opacity",
Expand Down Expand Up @@ -163,7 +164,6 @@
"sort": "none"
}
},
"pluginVersion": "8.5.4",
"targets": [
{
"alias": "",
Expand Down Expand Up @@ -350,6 +350,6 @@
"timezone": "",
"title": "Charge Level",
"uid": "WopVO_mgz",
"version": 5,
"version": 6,
"weekStart": ""
}
Loading

0 comments on commit d17e49b

Please sign in to comment.