Skip to content

Commit

Permalink
Update metric-types.md: typo (prometheus#900)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Roberts <[email protected]>
  • Loading branch information
seanorama authored Nov 15, 2023
1 parent 881755a commit 60f72b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started/metric-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Histogram
Histograms are for observing distributions, like latency distributions for HTTP services or the distribution of request sizes.
Unlike with counters and gauges, each histogram data point has a complex data structure representing different aspects of the distribution:

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

Expand Down

0 comments on commit 60f72b6

Please sign in to comment.