prometheus/cmd/promtool
Julien Pivotto 391473141d
Check health & ready: move to flags (#12223)
This makes it more consistent with other command like import rules. We
don't have stricts rules and uniformity accross promtool unfortunately,
but I think it's better to only have the http config on relevant check
commands to avoid thinking Prometheus can e.g. check the config over the
wire.

Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
2023-04-05 09:45:39 +02:00
..
testdata
archive.go
backfill.go
backfill_test.go storage: allow re-use of iterators 2022-12-15 18:32:45 +00:00
debug.go
main.go Check health & ready: move to flags (#12223) 2023-04-05 09:45:39 +02:00
main_test.go Document command line tools 2023-03-13 14:20:55 +01:00
rules.go labels: simplify call to get Labels from Builder 2023-03-22 17:05:20 +00:00
rules_test.go Update package cmd/promtool tests for new labels.Labels type 2022-12-19 15:22:09 +00:00
sd.go Merge pull request #12048 from bboreham/faster-targets 2023-03-09 11:10:01 +00:00
sd_test.go
tsdb.go promtool: add support of selecting timeseries for TSDB dump 2023-01-20 15:46:23 +03:30
unittest.go Update package cmd/promtool for new labels.Labels type 2022-12-19 15:22:09 +00:00
unittest_test.go