The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
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.
 
 
 
 
 
 
grafana/vendor/github.com/mattetti/filebuffer
Sofia Papagiannaki fc08c26025 WIP: Spawn backend plugins v2 (#19835) 6 years ago
..
.gitignore WIP: Spawn backend plugins v2 (#19835) 6 years ago
LICENSE WIP: Spawn backend plugins v2 (#19835) 6 years ago
README.md WIP: Spawn backend plugins v2 (#19835) 6 years ago
filebuffer.go WIP: Spawn backend plugins v2 (#19835) 6 years ago
go.mod WIP: Spawn backend plugins v2 (#19835) 6 years ago

README.md

filebuffer

filebuffer is a package implementing a few file-like interfaces such as io.Reader, io.ReaderAt, io.Seeker and more. The implementation is backed by a byte buffer and the main purpose is to have in-memory alternative to using an io.File.

More information can be found on the GoDoc page.

GoDoc

Build Status