Merge branch 'main' into metrics-uncompressed-bytes #3
Annotations
14 errors
run-tests:
appender.go#L340
bulkIndexer.BytesUncompressedFlushed undefined (type *BulkIndexer has no field or method BytesUncompressedFlushed)
|
run-tests:
bulk_indexer.go#L202
cannot use b.gzipw (variable of type *"github.com/klauspost/compress/gzip".Writer) as countWriter value in assignment
|
run-tests:
bulk_indexer.go#L204
undefined: writer
|
run-tests:
bulk_indexer.go#L206
cannot use &countWriter{…} (value of type *countWriter) as countWriter value in assignment
|
run-tests:
bulk_indexer.go#L208
undefined: writer
|
run-tests:
bulk_indexer.go#L257
cannot use b.writer (variable of type countWriter) as io.Writer value in argument to item.Body.WriteTo: countWriter does not implement io.Writer (method Write has pointer receiver)
|
run-tests
Process completed with exit code 1.
|
lint:
appender.go#L340
bulkIndexer.BytesUncompressedFlushed undefined (type *BulkIndexer has no field or method BytesUncompressedFlushed)
|
lint:
bulk_indexer.go#L202
cannot use b.gzipw (variable of type *"github.com/klauspost/compress/gzip".Writer) as countWriter value in assignment
|
lint:
bulk_indexer.go#L204
undefined: writer
|
lint:
bulk_indexer.go#L206
cannot use &countWriter{…} (value of type *countWriter) as countWriter value in assignment
|
lint:
bulk_indexer.go#L208
undefined: writer
|
lint:
bulk_indexer.go#L257
cannot use b.writer (variable of type countWriter) as io.Writer value in argument to item.Body.WriteTo: countWriter does not implement io.Writer (method Write has pointer receiver) (compile)
|
lint
Process completed with exit code 1.
|