Improve series rounding
Open
- Dominant language
- Go
- Stars
- 11.7k
- Forks
- 802
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 80
Description
Right now when we round things in the series graphs for pyroscope we often end up with `< 0.1 years` when really it would be more useful to see 36 days or 1.2 months etc.
The tricky part with this is figuring out where to make the cutoffs because alternatively seeing:
- 1929348495006984 nanoseconds
- 0.00049584 years
are equally not useful. We should find a better way to figure when and how to round
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.