prometheus/cmd/tsdb
Brian Brazil 915d7cf937
Add a tsdbutil command to analyse churn etc. (#478)
This reports the cardinality of each label,
the total number of label pairs,
and how much series worth of time is "uncovered"
by series data. Which is basically how much churn there is.

Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
2018-12-28 17:06:12 +00:00
..
.gitignore Add write benchmark utility 2016-12-07 17:30:10 +01:00
README.md replaced cobra with kingpin 2017-09-10 12:35:02 +03:00
main.go Add a tsdbutil command to analyse churn etc. (#478) 2018-12-28 17:06:12 +00:00

README.md

TODO:

  • add tabular output
  • break commands in separate files