mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-14 14:43:23 +00:00
Set your daemon.json to something like:
```
{
"experimental": true,
"metrics-addr": "0.0.0.0:4999"
}
```
and your metrics will be at `localhost:4999/metrics`
Signed-off-by: Justin Cormack <justin.cormack@docker.com>