drop prometheus metrics

This commit is contained in:
2024-12-30 01:54:29 +03:00
parent 5941827c3a
commit 5524dfe4d4
5 changed files with 27 additions and 134 deletions

1
gin.go
View File

@@ -18,7 +18,6 @@ func setupGin() *gin.Engine {
})
setupDnsApi(r)
setupAddrMapApi(r)
setupPrometheus(r)
return r
}