## Grafana Dashboard
An updated version of [My Polkadot Metrics](https://grafana.com/grafana/dashboards/12425-my-polkadot-metrics/) Grafana dashboard can be found [here](https://gist.github.com/Imod7/e094eb3ab3de18a48d455bce4c7d54e7)

## How to edit panels in Grafana
Import in Grafana this example dashboard : [substrate-node-template-metrics.json](https://github.com/substrate-developer-hub/substrate-docs/blob/main/static/assets/tutorials/monitor-node/substrate-node-template-metrics.json)
Some of the metrics are not working

You can edit each panel by hovering on the top right corner of the panel (`Menu`) and click on the three dots.

Then click on the `Edit` option

Then you can see the query and metric used behind this specific graph

You can replace the metric with an existing one from the metrics exposed from a Polkadot/substrate node
To see the available metrics check `http://localhost:9615/metrics`

For example you can replace `substrate_proposer_number_of_transactions` with `substrate_ready_transactions_number{chain="polkadot"}` and change the title (under `Panel Options` > `Title`) so that it reflects the new metric.
