We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c20265 commit adb1629Copy full SHA for adb1629
plugin/output/loki/loki.go
@@ -11,14 +11,14 @@ import (
11
"strings"
12
"time"
13
14
- "github.com/golang/snappy"
15
"github.com/ozontech/file.d/cfg"
16
"github.com/ozontech/file.d/fd"
17
"github.com/ozontech/file.d/metric"
18
"github.com/ozontech/file.d/pipeline"
19
"github.com/ozontech/file.d/xhttp"
20
21
"github.com/gogo/protobuf/proto"
+ "github.com/golang/snappy"
22
"github.com/grafana/loki/pkg/push"
23
insaneJSON "github.com/ozontech/insane-json"
24
"github.com/prometheus/client_golang/prometheus"
0 commit comments