feat(instrumentation): more work

This commit is contained in:
Torkel Ödegaard
2016-06-03 15:06:57 +02:00
parent eee49a4995
commit 1a05ae2eaa
10 changed files with 138 additions and 164 deletions
+2
View File
@@ -17,6 +17,8 @@ import (
"github.com/grafana/grafana/pkg/util"
)
var i int = 0
var dataProxyTransport = &http.Transport{
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
Proxy: http.ProxyFromEnvironment,