Add prometheus support

This commit is contained in:
avigailo 2025-04-09 22:15:00 +03:00
parent 9e85e5703c
commit 7c2fcbddcf

View File

@ -169,7 +169,6 @@ RestServer::Impl::init()
} else {
fd = socket(AF_INET, SOCK_STREAM, 0);
}
dbgAssert(fd >= 0) << alert << "Failed to open a socket";
int socket_enable = 1;