mirror of
https://github.com/prometheus/prometheus
synced 2024-12-25 07:52:28 +00:00
ee771a2a66
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> |
||
---|---|---|
.. | ||
testdata | ||
archive.go | ||
backfill_test.go | ||
backfill.go | ||
debug.go | ||
main_test.go | ||
main.go | ||
rules_test.go | ||
rules.go | ||
tsdb.go | ||
unittest_test.go | ||
unittest.go |