Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/cmd/chunks-inspect/go.mod

10 lines
238 B

module github.com/grafana/loki/cmd/chunks-inspect
go 1.15
require (
github.com/frankban/quicktest v1.7.2 // indirect
github.com/golang/snappy v0.0.1
github.com/klauspost/compress v1.11.7
github.com/pierrec/lz4 v2.3.0+incompatible
)