Skip to content

Commit 3f03446

Browse files
committed
Update metric name restrictions
Changes in code done in grafana/k6#3335
1 parent d6575c9 commit 3f03446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ For details of all metrics, refer to the [Metrics reference](/using-k6/metrics/r
109109
110110
## Metric name restrictions
111111
112-
Metric names must comply with OpenTelemetry and [Prometheus limitations](https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels).
112+
Metric names must comply with OpenTelemetry and [Prometheus limitations](https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels). The character limit is the same limit k6 had before restricting the character set down.
113113
114-
That means they must not start with a number and 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 128 symbols of:
115115
1. any Unicode Letters
116116
2. any Unicode Number
117117
3. `_` (an underscore)

0 commit comments

Comments
 (0)