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 encoded labels #80

Open
keachi opened this issue Feb 28, 2022 · 0 comments
Open

utf-8 encoded labels #80

keachi opened this issue Feb 28, 2022 · 0 comments

Comments

@keachi
Copy link

keachi commented Feb 28, 2022

Hi,
first, thank you for this awesome project, it's working very well.

I have the following issue: A gitlab-rails exporter exports a metric with the following line:

curl -sk -o - https://localhost/-/metrics | grep -E '^rack_requests_total.*sessions'
rack_requests_total{action="new",controller="sessions",route="g\u003c/w",state="completed"} 2

and exporter exporter breaks with the following error:

level=error msg="Verification for module 'gitlab-rails' failed: Failed to decode metrics from proxied server: text format parsing error in line 37055: invalid escape sequence '\\u'"

AFAIK labels should support utf-8. Is this reproducible and a bug in exporter-exporter?
Thank you,
keachi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant