prometheus/cmd/tsdb
Krasi Georgiev 2e0571caba
remove unused WALFlushInterval option and NopWAL struct (#468)
The WALFlushInterval is not used anywhere in the code base.
The WAL is not an interface anymore to save some lookup time so can't use NopWAL in the tests. Instead can just pass nil as the code checks for that and it is essentially a noop.

Signed-off-by: Krasi Georgiev <kgeorgie@redhat.com>
2018-12-28 20:42:46 +03:00
..
.gitignore Add write benchmark utility 2016-12-07 17:30:10 +01:00
main.go remove unused WALFlushInterval option and NopWAL struct (#468) 2018-12-28 20:42:46 +03:00
README.md replaced cobra with kingpin 2017-09-10 12:35:02 +03:00

TODO:

  • add tabular output
  • break commands in separate files