You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use higher precision time so that 0 can represent missing data (elastic#111554)
The time computation uses 0 to represent missing value. In elastic#111502, we
lowered the precision from micros to ms. For requests that completed
under 1 ms, their time metric are now considered missing. This PR fixes
it by raising the precision to nanoseconds which is the native
resolution of the s3 time metric and lower it to ms only for recording
the metric.
Resolves: elastic#111549Resolves: elastic#111550
0 commit comments