export dashboard
This commit is contained in:
parent
9f5db93246
commit
b003ef53a9
2 changed files with 1183 additions and 0 deletions
1158
grafana-dashboard.json
Normal file
1158
grafana-dashboard.json
Normal file
File diff suppressed because it is too large
Load diff
25
readme.md
25
readme.md
|
@ -1,5 +1,30 @@
|
||||||
|
# LBRY Dashboard
|
||||||
|
|
||||||
|
Important metrics:
|
||||||
|
|
||||||
|
- num of peers
|
||||||
|
- [x] blockchain (nodes.madiator.com)
|
||||||
|
- [ ] dht
|
||||||
|
- [ ] apps?
|
||||||
|
- space
|
||||||
|
- [ ] storage space allocated to network
|
||||||
|
- [ ] storage space used by network
|
||||||
|
- [ ] % of downloads coming from reflector
|
||||||
|
- activity
|
||||||
|
- [ ] total claims and identities
|
||||||
|
- [ ] claims / week
|
||||||
|
- [ ] txns
|
||||||
|
- [ ] weekly active addresses
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## notes to self
|
## notes to self
|
||||||
|
|
||||||
make sure you `ufw allow to 172.17.0.1/16` so that prometheus can access the host
|
make sure you `ufw allow to 172.17.0.1/16` so that prometheus can access the host
|
||||||
|
|
||||||
https://stackoverflow.com/questions/64768618/ufw-forbids-docker-container-to-connect-to-postgres
|
https://stackoverflow.com/questions/64768618/ufw-forbids-docker-container-to-connect-to-postgres
|
||||||
|
|
||||||
|
|
||||||
|
requires CSV plugin: https://github.com/marcusolsson/grafana-csv-datasource
|
||||||
|
|
||||||
|
then import `grafana-dashboard.json`
|
||||||
|
|
Loading…
Reference in a new issue