storj/satellite/gc
Michal Niewrzal 6cc2052f47 satellite: fix segment loop observers metrics
We made optimization for segment loop observers to avoid
heavy monkit initialization on each call. It was applied to very
often executed methods. Unfortunately we used wrong monkit
method to track function times. Instead mon.Task we used
mon.Func().

https://github.com/spacemonkeygo/monkit#how-it-works

Change-Id: I9ca454dbd828c6b43ba09ca75c341991d2fd73a8
2022-08-10 14:13:16 +00:00
..
doc.go satellite/gc: move GC to segments loop 2021-06-01 20:36:02 +00:00
gc_test.go satellite/gc: improve test for copies 2022-04-11 11:06:01 +00:00
piecetracker.go satellite: fix segment loop observers metrics 2022-08-10 14:13:16 +00:00
service.go satellite/gc: remove skip first 2021-06-21 18:30:38 +00:00