Skip to content

Commit 445a29c

Browse files
committed
Add back that a metric name cannot start with a number to Using metrics page
1 parent bea7379 commit 445a29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/markdown/translated-guides/en/02 Using k6/02 Metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ For details of all metrics, refer to the [Metrics reference](/using-k6/metrics/r
111111
112112
Metric names must comply with OpenTelemetry and Prometheus limitations.
113113
114-
That means a metric name can be 1 to 63 symbols of:
114+
That means they must not start with a number and a metric name can be 1 to 63 symbols of:
115115
1. any Unicode Letters
116116
2. any Unicode Number
117117
3. `_` (an underscore)

0 commit comments

Comments
 (0)