From 60f72b6d27d31a4a566670cebdfb2699073c705a Mon Sep 17 00:00:00 2001 From: Sean Roberts Date: Wed, 15 Nov 2023 07:54:44 -0600 Subject: [PATCH] Update metric-types.md: typo (#900) Signed-off-by: Sean Roberts --- docs/content/getting-started/metric-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/getting-started/metric-types.md b/docs/content/getting-started/metric-types.md index 51d07bdbf..d3451b3d9 100644 --- a/docs/content/getting-started/metric-types.md +++ b/docs/content/getting-started/metric-types.md @@ -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.