feat(instrumentation): finial polish

This commit is contained in:
Torkel Ödegaard
2016-06-03 17:15:17 +02:00
parent 35a7a3a52b
commit aef2b6b45f
2 changed files with 8 additions and 4 deletions

View File

@ -17,8 +17,6 @@ import (
"github.com/grafana/grafana/pkg/util"
)
var i int = 0
var dataProxyTransport = &http.Transport{
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
Proxy: http.ProxyFromEnvironment,