This commit is contained in:
6
main.go
6
main.go
@@ -128,7 +128,7 @@ func init() {
|
|||||||
reqTotal, respTotal, inflight, reqDuration,
|
reqTotal, respTotal, inflight, reqDuration,
|
||||||
importCycles, importLastSuccess, importErrors, importDuration,
|
importCycles, importLastSuccess, importErrors, importDuration,
|
||||||
blocklistHashSizes, catalogCategories, whitelistTotal,
|
blocklistHashSizes, catalogCategories, whitelistTotal,
|
||||||
traefikBlocks, downloads, manualBlacklistSize,
|
traefikBlocks, downloads, manualBlacklistSize, checkBlocked, checkWhitelist,
|
||||||
)
|
)
|
||||||
|
|
||||||
// Deine existierenden Counter:
|
// Deine existierenden Counter:
|
||||||
@@ -235,9 +235,9 @@ var (
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
/*func init() {
|
||||||
prometheus.MustRegister(checkBlocked, checkWhitelist)
|
prometheus.MustRegister(checkBlocked, checkWhitelist)
|
||||||
}
|
}*/
|
||||||
|
|
||||||
// Main
|
// Main
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user