Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: edgefarm/grafana-dashboards
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: edgefarm/grafana-dashboards
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 23, 2023

  1. feat: added free rootfs to edge nodes

    Signed-off-by: Armin Schlegel <[email protected]>
    siredmar committed Nov 23, 2023
    Copy the full SHA
    202e654 View commit details
  2. chore(release): 1.6.0 [skip ci]

    # [1.6.0](v1.5.0...v1.6.0) (2023-11-23)
    
    ### Features
    
    * added free rootfs to edge nodes ([202e654](202e654))
    semantic-release-bot committed Nov 23, 2023
    Copy the full SHA
    da7e81b View commit details
Showing with 132 additions and 5 deletions.
  1. +4 −3 charts/grafana-dashboards/Chart.yaml
  2. +64 −1 charts/grafana-dashboards/templates/dashboard-edge-nodes.yaml
  3. +64 −1 dashboards/edge_nodes.json
7 changes: 4 additions & 3 deletions charts/grafana-dashboards/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
apiVersion: v2
name: grafana-dashboards
description: This chart contains a bunch of grafana dashboards that are loaded into grafana by the grafana-operator.
description: This chart contains a bunch of grafana dashboards that are loaded
into grafana by the grafana-operator.
type: application
version: 1.5.0
appVersion: 1.5.0
version: 1.6.0
appVersion: 1.6.0
keywords:
- edgefarm.monitor
- grafana
65 changes: 64 additions & 1 deletion charts/grafana-dashboards/templates/dashboard-edge-nodes.yaml
Original file line number Diff line number Diff line change
@@ -242,6 +242,69 @@ data:
"title": "RootFS Total",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "text",
"value": null
}
]
},
"unit": "decbytes"
},
"overrides": []
},
"gridPos": {
"h": 3,
"w": 4,
"x": 7,
"y": 0
},
"id": 46,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "auto"
},
"pluginVersion": "9.5.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "builder",
"expr": "node_filesystem_free_bytes{instance=\"$instance\", job=\"node_exporter\", mountpoint=\"/\", fstype!=\"rootfs\"}",
"legendFormat": {{`"__auto",`}}
"range": true,
"refId": "A"
}
],
"title": "RootFs Free",
"transparent": true,
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
@@ -273,7 +336,7 @@ data:
"gridPos": {
"h": 3,
"w": 4,
"x": 7,
"x": 11,
"y": 0
},
"id": 22,
65 changes: 64 additions & 1 deletion dashboards/edge_nodes.json
Original file line number Diff line number Diff line change
@@ -228,6 +228,69 @@
"title": "RootFS Total",
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [],
"thresholds": {
"mode": "percentage",
"steps": [
{
"color": "text",
"value": null
}
]
},
"unit": "decbytes"
},
"overrides": []
},
"gridPos": {
"h": 3,
"w": 4,
"x": 7,
"y": 0
},
"id": 46,
"options": {
"colorMode": "value",
"graphMode": "area",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "auto"
},
"pluginVersion": "9.5.1",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${datasource}"
},
"editorMode": "builder",
"expr": "node_filesystem_free_bytes{instance=\"$instance\", job=\"node_exporter\", mountpoint=\"/\", fstype!=\"rootfs\"}",
"legendFormat": "__auto",
"range": true,
"refId": "A"
}
],
"title": "RootFs Free",
"transparent": true,
"type": "stat"
},
{
"datasource": {
"type": "prometheus",
@@ -259,7 +322,7 @@
"gridPos": {
"h": 3,
"w": 4,
"x": 7,
"x": 11,
"y": 0
},
"id": 22,