This commit is contained in:
6
main.go
6
main.go
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user