Skip to content

Commit 73cb3da

Browse files
authored
add experimental warning (#1598)
Relates #1576 Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 5c47daa commit 73cb3da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/content/exporters/unicode.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: Unicode
33
weight: 2
44
---
55

6+
{{< hint type=warning >}}
7+
Unicode support is experimental, because [OpenMetrics specification](https://openmetrics.io/) is not
8+
updated yet to support Unicode characters in metric and label names.
9+
{{< /hint >}}
10+
611
The Prometheus Java client library allows all Unicode characters, that can be encoded as UTF-8.
712

813
At scrape time, some characters are replaced based on the `encoding` header according

0 commit comments

Comments
 (0)