We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c47daa commit 73cb3daCopy full SHA for 73cb3da
docs/content/exporters/unicode.md
@@ -3,6 +3,11 @@ title: Unicode
3
weight: 2
4
---
5
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
+
11
The Prometheus Java client library allows all Unicode characters, that can be encoded as UTF-8.
12
13
At scrape time, some characters are replaced based on the `encoding` header according
0 commit comments