File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
18
18
flags "github.com/jessevdk/go-flags"
19
19
"github.com/prometheus/client_golang/prometheus/promhttp"
20
20
log "github.com/sirupsen/logrus"
21
- "github.com/webdevops/go-common/prometheus/azuretracing "
21
+ "github.com/webdevops/go-common/azuresdk/ prometheus/tracing "
22
22
yaml "gopkg.in/yaml.v3"
23
23
24
24
auditor "github.com/webdevops/azure-auditor/auditor"
@@ -387,7 +387,7 @@ func startHttpServer() {
387
387
func (w http.ResponseWriter , r * http.Request ) {
388
388
azureAuditor .MetricsLock ().RLock ()
389
389
defer azureAuditor .MetricsLock ().RUnlock ()
390
- azuretracing .RegisterAzureMetricAutoClean (promhttp .Handler ()).ServeHTTP (w , r )
390
+ tracing .RegisterAzureMetricAutoClean (promhttp .Handler ()).ServeHTTP (w , r )
391
391
},
392
392
))
393
393
You can’t perform that action at this time.
0 commit comments