Versions in this module Expand all Collapse all v0 v0.1.2 Feb 6, 2026 v0.1.1 Feb 5, 2026 v0.1.0 Jan 28, 2026 Changes in this version + const DeployDurationMetricName + const GitCloneDurationMetricName + var DeployDuration = prometheus.NewHistogram(prometheus.HistogramOpts{ ... }) + var GitCloneDuration = prometheus.NewHistogram(prometheus.HistogramOpts{ ... }) + func RegisterMetrics()