Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTF-8: Implement support in Ruby client library #13710

Closed
4 tasks
ywwg opened this issue Mar 5, 2024 · 1 comment
Closed
4 tasks

UTF-8: Implement support in Ruby client library #13710

ywwg opened this issue Mar 5, 2024 · 1 comment

Comments

@ywwg
Copy link
Member

ywwg commented Mar 5, 2024

As in prometheus/client_golang#1369 and prometheus/client_java#916, the Ruby client library needs to be updated to support UTF-8.

Tasks:

  • Add flag to enable change in validation logic to check that metric and label names are UTF-8 valid instead of the old letters/numbers/underscores/colons set
  • Update exposition format parsers for the new syntax
  • Update PromQL parsers (if any) for the new syntax
  • Update content negotiation logic

For background and references see #13095

@ywwg
Copy link
Member Author

ywwg commented Mar 5, 2024

moving to proper repo

@ywwg ywwg closed this as completed Mar 5, 2024
@ywwg ywwg closed this as not planned Won't fix, can't repro, duplicate, stale Mar 5, 2024
@prometheus prometheus locked as resolved and limited conversation to collaborators Sep 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant