0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript22,003 stars (22,003 stars)1,433 forks (1,433 forks)batch import
area/metricsbuggood first issue
Description
On a 32 core machine:
I'd expect:
Contributor guide
- Tech stack
- typescriptreact
- Domain
- frontendobservability
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- basic React knowledgefamiliarity with chart components
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 65
- Research direction
- Investigate the chart component used for node metrics in the Lens UI. The issue is that the Y axis max value is not correctly computed. Look at the source code for the metrics chart, likely in a file like src/components/metrics/ or similar. Check if there is a hardcoded max or an incorrect calculation. Adjust to use the maximum from the data series. Reference the screenshots in the issue for expected behavior.