Skip to content

Commit adb1629

Browse files
#820 set proto format as default
1 parent 3c20265 commit adb1629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/output/loki/loki.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ import (
1111
"strings"
1212
"time"
1313

14-
"github.com/golang/snappy"
1514
"github.com/ozontech/file.d/cfg"
1615
"github.com/ozontech/file.d/fd"
1716
"github.com/ozontech/file.d/metric"
1817
"github.com/ozontech/file.d/pipeline"
1918
"github.com/ozontech/file.d/xhttp"
2019

2120
"github.com/gogo/protobuf/proto"
21+
"github.com/golang/snappy"
2222
"github.com/grafana/loki/pkg/push"
2323
insaneJSON "github.com/ozontech/insane-json"
2424
"github.com/prometheus/client_golang/prometheus"

0 commit comments

Comments
 (0)