aboutsummaryrefslogtreecommitdiffstats
path: root/util/openmetrics.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/openmetrics.lua')
-rw-r--r--util/openmetrics.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/openmetrics.lua b/util/openmetrics.lua
index 2fb8b967..cb7791ec 100644
--- a/util/openmetrics.lua
+++ b/util/openmetrics.lua
@@ -10,7 +10,7 @@ The following metric types are supported:
- Histogram
- Summary
-It is used by util.statsd and util.statistics to provite the OpenMetrics API.
+It is used by util.statsd and util.statistics to provide the OpenMetrics API.
To understand what this module is about, it is useful to familiarize oneself
with the terms MetricFamily, Metric, LabelSet, Label and MetricPoint as