Record -
observe
: Snapshot
This represents the snapshot of the statistics calculation of the gauge.
Fields
- timeWindow int
-
The time window in which variation of the values are considered.
- mean float
-
The average value within the time window.
- max float
-
The max value within the time window.
- min float
-
The min value within the time window.
- stdDev float
-
The standard deviation value within the time window.
- percentileValues PercentileValue[]
-
The percentiles values calculated wihtin the time window.