make --hdr_digits configurable

This commit is contained in:
Jonathan Shook
2020-05-20 11:18:30 -05:00
parent a63ab7dff6
commit 548b3a4e83
4 changed files with 35 additions and 3 deletions

View File

@@ -153,6 +153,16 @@ created for this name.
--session-name <name>
If you want to control the number of significant digits in all of the HDR metrics, including histograms and timers, then
you can do so this way:
--hdr-digits 4
The default is 4 digits, which creates 10000 equisized histogram buckets for every named metric in every reporting
interval. For longer running test or for test which do not require this level of precision in metrics, you can set this
down to 3 or 2.
Enlist engineblock to stand up your metrics infrastructure using a local docker runtime:
--docker-metrics