Skip to content

Commit 0688154

Browse files
committed
Update metrics name restrictions docs
1 parent adce9b3 commit 0688154

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,9 @@ For details of all metrics, refer to the [Metrics reference](/using-k6/metrics/r
109109
110110
### Metric name restrictions
111111
112-
<Blockquote mod="warning" title="">
112+
Metric names must comly with OpenTelemetry and Prometheus limitations.
113113
114-
In the future, metrics names will be further limited to comply with OpenTelemetry and Prometheus limitations.
115-
116-
That means metric names can be 1 to 63 symbols of ASCII letters, numbers, or `_`. Metric names must not start with a number.
117-
118-
</Blockquote>
119-
120-
At the moment, a metric name can be 1 to 128 symbols of:
114+
That means a metric name can be 1 to 63 symbols of:
121115
1. any Unicode Letters
122116
2. any Unicode Number
123-
3. `.`, `_`, ` `, `!`, `?`. `/`, `#`, `(`. `)`, `<`, `>`, `%` and `-`
117+
3. `_` (an underscore)

0 commit comments

Comments
 (0)