Skip to content

Commit b581203

Browse files
authored
fix(om2): consistent capitalization of Gcount (#2927)
Use "Gcount" consistently, matching "Gsum" capitalization style. Coded with Claude Sonnet 4.6. Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
1 parent 2859ef2 commit b581203

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/specs/om/open_metrics_spec_2_0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,9 @@ GaugeHistograms measure current distributions. Common examples are how long item
380380

381381
A GaugeHistogram Sample MUST contain Gcount, Gsum values.
382382

383-
The GCount value MUST be equal to the number of measurements currently in the GaugeHistogram. The GCount is a gauge semantically. The GCount SHOULD be an integer. The GCount SHOULD NOT be -Inf, +Inf, NAN, or negative.
383+
The Gcount value MUST be equal to the number of measurements currently in the GaugeHistogram. The Gcount is a gauge semantically. The Gcount SHOULD be an integer. The Gcount SHOULD NOT be -Inf, +Inf, NAN, or negative.
384384

385-
Float and negative GCount is allowed to make it possible to expose results of arithmetic operations on GaugeHistograms, such as the rate of change of a Histogram over time.
385+
Float and negative Gcount is allowed to make it possible to expose results of arithmetic operations on GaugeHistograms, such as the rate of change of a Histogram over time.
386386

387387
The Gsum value MUST be equal to the sum of all the measured values currently in the GaugeHistogram. The Gsum is a gauge semantically.
388388

0 commit comments

Comments
 (0)