Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/spectator/core/meters/dist-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To compute the standard deviation of measurements across all instances for a tim

### Raw Statistics

Note that it is possible to plot the individual statics by filtering on the `statistic` tag.
Note that it is possible to plot the individual statistics by filtering on the `statistic` tag.
If you choose to do so, note that the `count`, `totalAmount` and `totalOfSquares` are counters
thus reported as rates per second, while the `max` is reported as a gauge.

Expand Down
2 changes: 1 addition & 1 deletion docs/spectator/core/meters/timer.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To compute the standard deviation of measurements across all instances for a tim

### Raw Statistics

Note that it is possible to plot the individual statics by filtering on the `statistic` tag.
Note that it is possible to plot the individual statistics by filtering on the `statistic` tag.
If you choose to do so, note that the `count`, `totalAmount` and `totalOfSquares` are counters
thus reported as rates per second, while the `max` is reported as a gauge.

Expand Down