ipfs-cluster/pintracker
Hector Sanjuan de40b2cd23 pintracker: metrics: convert pinning/queued/error metrics to gauges
We were currently tracking this metrics as a counter (SUM). The number is
good, but conceptually this is more a gauge (LastValue), given it can go down.

Thus we switch it by tracking the aggregation numbers directy in the operation
tracker.
2022-04-26 15:13:35 +02:00
..
optracker pintracker: metrics: convert pinning/queued/error metrics to gauges 2022-04-26 15:13:35 +02:00
stateless metrics: track total pins, queued, pinning, pin error. 2022-04-22 15:57:48 +02:00
pintracker_test.go metrics: track total pins, queued, pinning, pin error. 2022-04-22 15:57:48 +02:00