mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-05 03:55:26 +00:00
containerd: Don't expose metrics by default
This can be turned on if required but we'll default to leaving it off It's been enabled in the top-level linuxkit.yml This port is also non-standard and there doesn't appear to be a standard port for this as yet. Signed-off-by: Dave Tucker <dt@docker.com>
This commit is contained in:
@@ -13,4 +13,4 @@ subreaper = false
|
||||
level = "info"
|
||||
|
||||
[metrics]
|
||||
address = ":13337"
|
||||
address = ""
|
||||
|
||||
Reference in New Issue
Block a user