Remove implicit Prometheus metrics from client

This commit is contained in:
Kris
2016-08-15 11:31:44 -07:00
parent ea805efa4f
commit 8d6ce0dcc6
14 changed files with 129 additions and 48 deletions

View File

@@ -23,6 +23,8 @@ package main
import (
"os"
_ "k8s.io/kubernetes/pkg/client/metrics/prometheus" // for client metric registration
)
func main() {