bugfix metrics
All checks were successful
release-tag / release-image (push) Successful in 2m3s

This commit is contained in:
2025-11-13 13:31:11 +01:00
parent 2eea551964
commit a9d62c0c5d

View File

@@ -128,7 +128,7 @@ func init() {
reqTotal, respTotal, inflight, reqDuration,
importCycles, importLastSuccess, importErrors, importDuration,
blocklistHashSizes, catalogCategories, whitelistTotal,
traefikBlocks, downloads, manualBlacklistSize,
traefikBlocks, downloads, manualBlacklistSize, checkBlocked, checkWhitelist,
)
// Deine existierenden Counter:
@@ -235,9 +235,9 @@ var (
)
)
func init() {
/*func init() {
prometheus.MustRegister(checkBlocked, checkWhitelist)
}
}*/
// Main
func main() {