We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881755a commit 60f72b6Copy full SHA for 60f72b6
docs/content/getting-started/metric-types.md
@@ -54,7 +54,7 @@ Histogram
54
Histograms are for observing distributions, like latency distributions for HTTP services or the distribution of request sizes.
55
Unlike with counters and gauges, each histogram data point has a complex data structure representing different aspects of the distribution:
56
57
-* Count: The toal number of observations.
+* Count: The total number of observations.
58
* Sum: The sum of all observed values, e.g. the total time spent serving requests.
59
* Buckets: The histogram buckets representing the distribution.
60
0 commit comments