The MetricsPolicy type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | latencyColumns |
Number of elapsed time range buckets in latency histograms.
Default: 5 |
![]() | latencyShift |
Power of 2 multiple between each range bucket in latency histograms starting at column 3. The bucket units
are in milliseconds. The first 2 buckets are "<=1ms" and ">1ms".
For example, latencyColumns=5 and latencyShift=3 produces the following histogram buckets: <=1ms >1ms >8ms >64ms >512ms Default: 3 |
![]() | reportInterval |
Number of cluster tend iterations between metrics log messages. One tend iteration is defined as
tendInterval (default 1 second) plus the time to tend all nodes.
Default: 30 |
![]() | reportPath |
File path to append cluster metrics and latency histograms.
|
See Also