kruize / autotune

Autonomous Performance Tuning for Kubernetes!
Apache License 2.0
152 stars 52 forks source link

Exclude the additional 15 mins of data in plot since same datapoint is alloted for 2 sets of plot data #1137

Closed rbadagandi1 closed 2 months ago

rbadagandi1 commented 3 months ago

As reported during validation of box plots, the plot data includes both the starting and ending time zones for the specified period. This results in the same data point being accounted for in two sets of plot data, leading to an additional 15 minutes of data in the plot. To address this issue, we should exclude the data from the monitoring start time when calculating the plot data.

dinogun commented 2 months ago

Fixed as part of #1189