Skip to content

Commit 09465d9

Browse files
authored
chore: updating docs on label names
1 parent 1e874d8 commit 09465d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/reference/metric.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ A `Label` object is a object literal which have the following properties:
150150

151151
The name of the label.
152152

153-
* Valid value: `String` in the range of `[a-zA-Z0-9_]`.
153+
* Valid value: `String` must be a valid [Open Observability MetricDescriptor](https://github.com/OpenObservability/OpenMetrics/blob/9a6db2a94dcf8dd84dd08a221e1b323e2b279f08/proto/openmetrics_data_model.proto#L42).
154154
* Is required.
155155

156156
#### value

0 commit comments

Comments
 (0)