···725725* Count of Queued/Scrobbled/Deadletter scrobbles per [Client](/configuration/clients)
726726* Number of issues per Source/Client
727727 * If any of these metrics is > 0 it means your Source/Client is not operating normally
728728+* Caching metrics
728729729730Additionally, general process metrics like cpu and memory usage can be enabled with the env `PROMETHEUS_FULL=true`
730731···747748```
748749749750750750-</details>751751+</details>
752752+753753+<DetailsAdmo status="tip" summary="Grafana Dashboard">
754754+755755+Github user [4rft5](https://github.com/FoxxMD/multi-scrobbler/issues/507#issuecomment-4144982295) created a Grafana dashboard that uses the Prometheus metrics from above.
756756+757757+<img src={require('/img/grafana.png').default} height="800"/>
758758+759759+Download the json dashboard here: [`multiscrobbler-dashboard.json`](/multiscrobbler-dashboard.json)
760760+761761+</DetailsAdmo>