export dashboard

This commit is contained in:
Alex Grintsvayg 2021-12-13 12:14:42 -05:00
parent 9f5db93246
commit b003ef53a9
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5
2 changed files with 1183 additions and 0 deletions

1158
grafana-dashboard.json Normal file

File diff suppressed because it is too large Load diff

View file

@ -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`