added panel png and updated panel.json
This commit is contained in:
parent
9fa0bda419
commit
5a0eeb2dbb
14
panel.json
14
panel.json
|
@ -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": ""
|
||||||
}
|
}
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue