We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2511f67 commit df66a89Copy full SHA for df66a89
expfmt/openmetrics_create.go
@@ -55,7 +55,7 @@ import (
55
// - According to the OM specs, the `# UNIT` line is optional, but if populated,
56
// the unit has to be present in the metric name as its suffix:
57
// (see https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#unit).
58
-// However, in order to accomodate any potential scenario where such a change in the
+// However, in order to accommodate any potential scenario where such a change in the
59
// metric name is not desirable, the users are here given the choice of either explicitly
60
// opt in, in case they wish for the unit to be included in the output AND in the metric name
61
// as a suffix (see the description of the ToOpenMetricsWithUnit function below),
0 commit comments