Skip to content

Commit

Permalink
Modified diskdevice variable to also match SD card of Raspberry Pi
Browse files Browse the repository at this point in the history
  • Loading branch information
JsBergbau authored Jan 10, 2022
1 parent 55c6e98 commit 7d5eca8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions prometheus/node-exporter-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -14058,8 +14058,8 @@
"allValue": null,
"current": {
"selected": false,
"text": "[a-z]+|nvme[0-9]+n[0-9]+",
"value": "[a-z]+|nvme[0-9]+n[0-9]+"
"text": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+",
"value": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+"
},
"error": null,
"hide": 2,
Expand All @@ -14070,11 +14070,11 @@
"options": [
{
"selected": true,
"text": "[a-z]+|nvme[0-9]+n[0-9]+",
"value": "[a-z]+|nvme[0-9]+n[0-9]+"
"text": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+",
"value": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+"
}
],
"query": "[a-z]+|nvme[0-9]+n[0-9]+",
"query": "[a-z]+|nvme[0-9]+n[0-9]+|mmcblk[0-9]+",
"skipUrlSync": false,
"type": "custom"
}
Expand Down Expand Up @@ -14113,4 +14113,4 @@
"title": "Node Exporter Full",
"uid": "rYdddlPWk",
"version": 67

This comment has been minimized.

Copy link
@grembo

grembo Feb 13, 2022

Contributor

Question: Should version usually be bumped when doing such changes? (asking as I just opened #99).

}
}

0 comments on commit 7d5eca8

Please sign in to comment.