Add prometheus counter for online GC review postpones
Sample:
# HELP registry_gc_postpones_total A counter for online GC review postpones.
# TYPE registry_gc_postpones_total counter
registry_gc_postpones_total{worker="registry.gc.worker.BlobWorker"} 1
registry_gc_postpones_total{worker="registry.gc.worker.ManifestWorker"} 2
Related to #293 (closed)