prometheus/cmd/promtool
Steve Kuznetsov ee771a2a66
promtool: backfill: allow silencing output
When using the backfill command to add data to an ephemeral/test
Prometheus instance, it is not important to see which data was added as
it is often generated ahead of time and mostly irrelevant to the
use-case. The current approach prints information about each block that
is written, but does so in a generally inefficient and costly manner.
This patch adds a `--quiet` flag that allows a user to opt out of this
behavior.

Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2021-06-10 15:31:16 -07:00
..
testdata Fix subqueries with default resolution in promql unit tests 2021-03-07 09:20:04 +01:00
archive.go Make file permissions set to allow for wider umask options. (#7782) 2020-08-12 23:23:17 +02:00
backfill_test.go promtool: backfill: allow silencing output 2021-06-10 15:31:16 -07:00
backfill.go promtool: backfill: allow silencing output 2021-06-10 15:31:16 -07:00
debug.go collect cpu and trace profiles with the promtool debug command (#4897) 2018-11-23 17:57:31 +02:00
main_test.go promtool: Add URL scheme when not provided (#7956) 2020-12-23 19:52:04 +01:00
main.go promtool: backfill: allow silencing output 2021-06-10 15:31:16 -07:00
rules_test.go React UI: Add Starting Screen (#8662) 2021-06-05 15:29:32 +01:00
rules.go Added external URL access 2021-05-30 23:35:26 -04:00
tsdb.go promtool: backfill: allow silencing output 2021-06-10 15:31:16 -07:00
unittest_test.go promtool: Calculate mint and maxt per test (#8096) 2020-10-24 12:03:55 +01:00
unittest.go Added external URL access 2021-05-30 23:35:26 -04:00