Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/content/exporters/unicode.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title: Unicode
weight: 2
---

{{< hint type=warning >}}
Unicode support is experimental, because [OpenMetrics specification](https://openmetrics.io/) is not
updated yet to support Unicode characters in metric and label names.
{{< /hint >}}

The Prometheus Java client library allows all Unicode characters, that can be encoded as UTF-8.

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