microsoft / microsoft/vscode-spring-boot-dashboard
Inaccurate x-pos for data points when you change interval of polling memory metrics
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 73
- Forks
- 38
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 15
Description
Found a graph issue with how you plot it.
The x-axis is not correctly scaled after I change settings for polling inteval. Below is the case I change it: 5000 --(at 9:45:19)-> 1000 --(at 9:45:24)-> 5000.
Originally posted by @Eskibear in https://github.com/microsoft/vscode-spring-boot-dashboard/issues/242#issuecomment-1317941050
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 graph issue by changing the memory-metrics polling interval from 5000 to 1000 and back to 5000, then inspect how the plotted points map to the x-axis. Done means the x-axis remains correctly scaled after the interval changes, including the sequence described in the report.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100