add real time cpu/memory monitor api for container level
This commit is contained in:
@@ -19,15 +19,16 @@ package client
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/golang/glog"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
|
||||
"github.com/golang/glog"
|
||||
)
|
||||
|
||||
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 (
|
||||
|
||||
Reference in New Issue
Block a user