Results 5 comments of Exca-DK

yes, I meant `jsonrpc`

Those metrics aren't detailed enough when there are multiple services on 1 server and when each service can work on multiple layers (p2p, rpc, etc.)

I usually mount the socket instead of using loopback since it saves 2(docker+interface itself) hops for containerized env and is generally easier to manage.

> Made a first pass. Should Juno be able to communicate over multiple unix sockets, each representing a different IPC connection? Spawning a socket for each connection is overkill I...

Sorry for the two lint commits, got confused by that: Locally `make lint` returns `directive //nolint:funlen is unused for linter "funlen" (nolintlint)` ``` dev@dev:~/contrib/juno$ golangci-lint --version golangci-lint has version v1.54.2...