-
Notifications
You must be signed in to change notification settings - Fork 933
Open
Labels
sig-issueA specific SIG should look into this before discussing at the specA specific SIG should look into this before discussing at the specspec:miscellaneousFor issues that don't match any other spec labelFor issues that don't match any other spec label
Description
- Multiple consecutive
_
characters SHOULD be replaced with a single_
character. - I have just added UTF8 support to the java client: Update prom client with support for UTF-8 opentelemetry-java#7588
- Now the prom converter in the Java SDK doesn't change
%%
to_
any more - because underscore escaping is done at scrape time- and at scrape time, the OTel 2 prom converter is not used
- Technically, this is a breaking change
- This should be the same issue in all SDKs (if they implemented the "multiple chars" part mentioned above)
- Should clients add a flag utf8 support?
- when disabled, the client would convert non-legacy chars to
_
- and could thus be able to replace__
with_
- when disabled, the client would convert non-legacy chars to
Metadata
Metadata
Assignees
Labels
sig-issueA specific SIG should look into this before discussing at the specA specific SIG should look into this before discussing at the specspec:miscellaneousFor issues that don't match any other spec labelFor issues that don't match any other spec label
Type
Projects
Status
No status