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
説明
On a 32 core machine:
I'd expect:
- Issue 種別
- bug
- 調査方針
- 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.