Skip to content

Add prometheus counter for online GC review postpones

João Pereira requested to merge 293-3 into master

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)

Merge request reports