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/vendor/github.com/eapache/go-xerial-snappy
renovate[bot] 1cf48131d4
fix(deps): update module github.com/shopify/sarama to v1.43.3 (#14059)
1 year ago
..
.gitignore
.travis.yml
LICENSE
README.md
snappy.go fix(deps): update module github.com/shopify/sarama to v1.43.3 (#14059) 1 year ago

README.md

go-xerial-snappy

Build Status

Xerial-compatible Snappy framing support for golang.

Packages using Xerial for snappy encoding use a framing format incompatible with basically everything else in existence. This package wraps Go's built-in snappy package to support it.

Apps that use this format include Apache Kafka (see https://github.com/dpkp/kafka-python/issues/126#issuecomment-35478921 for details).