Show total log counts by severity for the selected time range
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 9.9k
- Forks
- 471
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 117
Description
When results are dominated by one severity, it's hard to tell whether rarer severities like errors are present at all — the histogram only conveys severity within each time bucket.
Add a legend on the search histogram showing each severity level, its color, and its total count across the full selected time range, so "how many errors are in this window" is answerable at a glance.
Bonus: clicking a legend entry filters the search to that severity.
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 at the search histogram UI entry point and trace how the selected time range and severity series are assembled. Done means the legend shows every severity with its color and total count for the range; clicking an entry should filter to that severity if the bonus is included.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend, observability
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100