prometheus/cmd/promtool
fpetkovski 449f874679 promtool: add extended flag for tsdb analysis
The compaction analysis which runs under promtool tsdb analyze can be an
intensive process which slows down the entire command.

This commit adds an --extended flag to tsdb analyze which can be toggled
for running long running tasks, such as compaction analysis.

Signed-off-by: fpetkovski <filip.petkovsky@gmail.com>
2021-09-08 10:50:01 +02:00
..
testdata promtool: Add simple benchmark checkDuplicates benchmark 2021-09-06 23:10:26 +08:00
archive.go Make file permissions set to allow for wider umask options. (#7782) 2020-08-12 23:23:17 +02:00
backfill.go promtool: backfill: allow configuring block duration (#8919) 2021-06-29 14:53:38 +05:30
backfill_test.go promtool: backfill: allow configuring block duration (#8919) 2021-06-29 14:53:38 +05:30
debug.go collect cpu and trace profiles with the promtool debug command (#4897) 2018-11-23 17:57:31 +02:00
main.go promtool: add extended flag for tsdb analysis 2021-09-08 10:50:01 +02:00
main_test.go promtool: Speed up checking for duplicate rules 2021-09-06 23:10:26 +08:00
rules.go Fix new rule importer message 2021-09-06 22:19:29 -04:00
rules_test.go remove redundant type conversion (#9126) 2021-07-28 13:33:46 +05:30
tsdb.go promtool: add extended flag for tsdb analysis 2021-09-08 10:50:01 +02:00
unittest.go remove redundant type conversion (#9126) 2021-07-28 13:33:46 +05:30
unittest_test.go Promtool: Add feature flags to unit tests (#8958) 2021-06-30 22:43:39 +01:00