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
157955: taskpacer,kvclient: remove more uses of timeutil.Now r=tbg a=stevendanna
This removes a few more uses of timeutil.Now. The biggest of the changes
is to the taskpacer which is used in multiple places.
Overall, my goal in this and other PRs is to slowly reduce the number of places
using timeutil.Now() since ideally anything taking a time reading for anything
other than measuring elapsed time would use an hlc.Clock.
Epic: none
Release note: none
159063: gen-cockroach-metrics: tweak a regexp r=tbg a=tbg
This still filters out the large gossip histograms, but keeps the processed callbacks metric.
Epic: none
Co-authored-by: Steven Danna <[email protected]>
Co-authored-by: Tobias Grieger <[email protected]>
0 commit comments