added panel png and updated panel.json

This commit is contained in:
2005 2024-05-21 21:28:19 +02:00
parent 9fa0bda419
commit 5a0eeb2dbb
3 changed files with 13 additions and 3 deletions

View file

@ -446,9 +446,17 @@
"color": "green", "color": "green",
"value": null "value": null
}, },
{
"color": "#EAB839",
"value": 50000
},
{ {
"color": "red", "color": "red",
"value": 80 "value": 200000
},
{
"color": "#6ED0E0",
"value": 4000000
} }
] ]
}, },
@ -757,7 +765,7 @@
} }
] ]
}, },
"unit": "KBs" "unit": "Bps"
}, },
"overrides": [] "overrides": []
}, },
@ -922,6 +930,6 @@
"timezone": "", "timezone": "",
"title": "I2PD", "title": "I2PD",
"uid": "c17bbf3c-fa9d-40cd-82e5-7732ff7b9ca4", "uid": "c17bbf3c-fa9d-40cd-82e5-7732ff7b9ca4",
"version": 9, "version": 11,
"weekStart": "" "weekStart": ""
} }

BIN
panel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

View file

@ -2,6 +2,8 @@
A basic prometheus exporter that exports miscellaneous data using the i2pcontrol protocol such as peers, data sent & received and so on... A basic prometheus exporter that exports miscellaneous data using the i2pcontrol protocol such as peers, data sent & received and so on...
![](panel.png)
## How to use (Nix) ## How to use (Nix)
1. Import to your flake 1. Import to your flake