Versions in this module Expand all Collapse all v0 v0.3.0 Jun 2, 2026 Changes in this version + func ObservePendingDeletionDuration(resourceType string, deletedAt time.Time) + func RecordPendingDeletion(resourceType string) + func RegisterCollector(db *sql.DB, stuckThreshold time.Duration) error + func RegisterMetrics() + func ResetMetrics() + type PendingDeletionCollector struct + func NewPendingDeletionCollector(db *sql.DB, stuckThreshold time.Duration) *PendingDeletionCollector + func (c *PendingDeletionCollector) Collect(ch chan<- prometheus.Metric) + func (c *PendingDeletionCollector) Describe(ch chan<- *prometheus.Desc) v0.3.0-rc1 Jun 2, 2026