# README
promtool-tsdb-analyze-parser
Just a really simple utility to take output from promtool tsdb analyze /data
and turn it into json.
This is mostly pretty ugly because the source material is also not exactly structured.
Usage is pretty basic. Would look something like this:
promtool tsdb analyze /data | promtool-tsdb-analyze-parser
There are flags to specify both the input and output files, but the default is to use stdin and stdout.