add real time cpu/memory monitor api for container level

This commit is contained in:
Calvin Yu
2018-05-28 10:42:27 +08:00
parent 3067c47681
commit f5cb88afc2
6 changed files with 306 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ import (
const (
DefaultHeapsterScheme = "http"
DefaultHeapsterService = "heapster" //"heapster"
DefaultHeapsterPort = "80" // use the first exposed port on the service
DefaultHeapsterPort = "80" // use the first exposed port on the service
)
var (