Software /
code /
prosody
Comparison
util/openmetrics.lua @ 12387:05c250fa335a
Spelling: Fix various spelling mistakes (thanks timeless)
Words, sometimes I wonder how they even work
Maybe I missed something.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 07 Mar 2022 00:13:56 +0100 |
parent | 11929:85d51bfcf56b |
child | 12534:3caff1f93520 |
comparison
equal
deleted
inserted
replaced
12386:2d3080d02960 | 12387:05c250fa335a |
---|---|
8 - Counter | 8 - Counter |
9 - Gauge | 9 - Gauge |
10 - Histogram | 10 - Histogram |
11 - Summary | 11 - Summary |
12 | 12 |
13 It is used by util.statsd and util.statistics to provite the OpenMetrics API. | 13 It is used by util.statsd and util.statistics to provide the OpenMetrics API. |
14 | 14 |
15 To understand what this module is about, it is useful to familiarize oneself | 15 To understand what this module is about, it is useful to familiarize oneself |
16 with the terms MetricFamily, Metric, LabelSet, Label and MetricPoint as | 16 with the terms MetricFamily, Metric, LabelSet, Label and MetricPoint as |
17 defined in the I-D linked above. | 17 defined in the I-D linked above. |
18 --]] | 18 --]] |