storj/satellite/metrics
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
..
chore.go satellite/metrics: fix metrics for total inline/remote bytes and segments 2021-07-30 18:19:51 +02:00
counter_test.go satellite/metrics: speed up tests 2022-02-14 17:24:16 +00:00
counter.go satellite: fix segment loop observers metrics 2022-08-10 14:13:16 +00:00