dappnode / DAppNodeSDK

dappnodesdk is a tool to mantain dappnode packages. It helps to initialize and publish an Aragon Package Manager Repository
GNU General Public License v3.0
62 stars 26 forks source link

Create generic grafana dashboards for each upstream software #401

Closed dappnodedev closed 1 month ago

dappnodedev commented 6 months ago

In order to keep the premise of code unification, we should create a single grafana dashboard per generic package. This means that, for example, we should have the same dashboard for mainnet-geth, goerli-geth, etc.

In order for this to be user-friendly, the dashboard should have a selector where to set the network (or any other environment variable that distinguishes one variant from another)

dappnodedev commented 6 months ago

In fact, if possible, the dashboard should be the exact same for all the variants and what should really change would be the prometheus targets

dappnodedev commented 1 month ago

This has been done by @Marketen