Core: Add loki/logproto dependency (#27124)

* Add grafana/loki dependency and update its dependencies

* Update grpcplugin log_wrapper to implement the latest version of hclog.Logger

* Remove panic handling + test case no longer needed since the source of panics (bug) was fixed
This commit is contained in:
Joan López de la Franca Beltran
2020-08-25 11:52:21 +02:00
committed by GitHub
parent 6a01bab67c
commit c91bfd8299
6 changed files with 1084 additions and 77 deletions
+1
View File
@@ -8,6 +8,7 @@ import (
_ "github.com/gobwas/glob"
"github.com/grafana/grafana/pkg/registry"
"github.com/grafana/grafana/pkg/services/licensing"
_ "github.com/grafana/loki/pkg/logproto"
_ "github.com/jung-kurt/gofpdf"
_ "github.com/linkedin/goavro/v2"
_ "github.com/pkg/errors"