Skip to content

Commit 60f72b6

Browse files
authored
Update metric-types.md: typo (prometheus#900)
Signed-off-by: Sean Roberts <[email protected]>
1 parent 881755a commit 60f72b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/getting-started/metric-types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Histogram
5454
Histograms are for observing distributions, like latency distributions for HTTP services or the distribution of request sizes.
5555
Unlike with counters and gauges, each histogram data point has a complex data structure representing different aspects of the distribution:
5656

57-
* Count: The toal number of observations.
57+
* Count: The total number of observations.
5858
* Sum: The sum of all observed values, e.g. the total time spent serving requests.
5959
* Buckets: The histogram buckets representing the distribution.
6060

0 commit comments

Comments
 (0)