This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit 213bba8
Ramon Nogueira
Allow any unicode characters in the TagValue (#71)
Prometheus permits any characters:
https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels
In gRPC propagation, the tags are binary encoded as UTF-8 strings,
so there should be no problem there. For HTTP, we can use mime
encoding.1 parent afbb088 commit 213bba8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments