graphite-project / graphite-project/graphite-web
[BUG] metrics with utf8 strings in path are not displayed
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6.1k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
metrics with utf8 strings in path are not displayed in graphs
To Reproduce
just send any metric with national chars in it
ex.
echo "local.random.gówno 5 date +%s" | nc ${SERVER} ${PORT}
Expected behavior
metrics show in graphs
Screenshots
no point
Environment (please complete the following information):
- OS flavor: Ubuntu
- Graphite-web version: latest docker - graphiteapp/graphite-statsd
- Django/Python version: latest docker - graphiteapp/graphite-statsd
- Setup type latest docker - graphiteapp/graphite-statsd
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue by sending the provided UTF-8 metric through the nc command and checking whether it appears in Graphite graphs. Trace the metric from ingestion through graph lookup and graph rendering, then verify that metrics containing national characters are displayed successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- backend, data-visualization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100