Reuse the HTTP client for scraping pods (#102)

Signed-off-by: Arjun Naik <arjun.rn@gmail.com>
This commit is contained in:
Arjun
2020-01-30 17:49:22 +01:00
committed by GitHub
parent 8e4662b26c
commit e3330dcf43
4 changed files with 34 additions and 11 deletions

View File

@ -18,6 +18,7 @@ package main
import (
"flag"
_ "net/http/pprof"
"os"
"runtime"