Click on log details as empty
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 9.9k
- Forks
- 471
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 117
Description
When I click on a log and want to see details, the prompt is empty,
There is an emoji image in the content of my log, and I suspect that there is a bug in this function processing emoji expressions
lower(hex(MD5(leftUTF8(toString(log.details), 1000))))
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
Start by reproducing the empty log-details prompt with a log containing an emoji image, then inspect the log-details flow and the query using lower(hex(MD5(leftUTF8(toString(log.details), 1000)))). Done means log details render correctly for this case and the relevant regression is covered by a test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clickhouse, typescript
- Domain
- observability
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100