I installed grafana with the intent of monitoring all my containers (cpu used, network traffic if possibile…)

I enabled the docker daemon logs with this snippet:

```

{

"metrics-addr" : "[0.0.0.0:9999](https://0.0.0.0:9999)",

"experimental" : true

}

```

and now I’m looking for some nice grafana dashboard to visualise these metrics.