Packaging: Dependency updates (#40534)

* update loki

* install openssl from alpine's edge repository

* extracttraceid moved to tracing package

* remove exit if warning limit is exceeded

* disable flaky libraryelements test
This commit is contained in:
Kevin Minehart
2021-10-18 12:50:10 -05:00
committed by GitHub
parent e7c3e54079
commit 9c2d70ce0f
9 changed files with 119 additions and 59 deletions

View File

@@ -22,7 +22,7 @@ import (
"github.com/grafana/grafana/pkg/services/contexthandler"
"github.com/grafana/grafana/pkg/setting"
"github.com/grafana/grafana/pkg/web"
cw "github.com/weaveworks/common/middleware"
cw "github.com/weaveworks/common/tracing"
)
func Logger(cfg *setting.Cfg) web.Handler {

View File

@@ -10,7 +10,7 @@ import (
"github.com/grafana/grafana/pkg/setting"
"github.com/grafana/grafana/pkg/web"
"github.com/prometheus/client_golang/prometheus"
cw "github.com/weaveworks/common/middleware"
cw "github.com/weaveworks/common/tracing"
)
var (