Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 8, 2018. It is now read-only.

v0.2.1

Choose a tag to compare

@peterbourgon peterbourgon released this 06 Apr 12:30
· 46 commits to master since this release

This is a little point release with a few small bugfixes and enhancements.

  • LOCK files are automatically recovered in case of panic or dirty shutdown
  • A prototype web UI is available on [ingest]store nodes, API port, /ui/ route — thanks, @xla!
  • Debug logs are enhanced, and gated behind a -debug flag (default false)
  • Some efficiency gains in the ingester, by using a non-newline-consuming bufio.Scanner
  • Improved tests and test coverage