You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to compile nats-top it doesn't work either:
./nats-top.go:114:17: cannot use sortOpt (type "github.com/nats-io/gnatsd/server".SortOpt) as type "github.com/nats-io/nats-top/vendor/github.com/nats-io/gnatsd/server".SortOpt in assignment
./nats-top.go:348:3: cannot use &"github.com/nats-io/gnatsd/server".Varz literal (type *"github.com/nats-io/gnatsd/server".Varz) as type *"github.com/nats-io/nats-top/vendor/github.com/nats-io/gnatsd/server".Varz in field value
./nats-top.go:349:3: cannot use &"github.com/nats-io/gnatsd/server".Connz literal (type *"github.com/nats-io/gnatsd/server".Connz) as type *"github.com/nats-io/nats-top/vendor/github.com/nats-io/gnatsd/server".Connz in field value
./nats-top.go:433:22: cannot use sortOpt (type "github.com/nats-io/gnatsd/server".SortOpt) as type "github.com/nats-io/nats-top/vendor/github.com/nats-io/gnatsd/server".SortOpt in assignment
The text was updated successfully, but these errors were encountered:
Hi @mar1ged you are pointing nats-top to the client port from NATS which is 4222, but the one that you are looking for is the monitoring port (which is often 8222). In case cannot build locally you can get a build from master as well using gobinaries:
When I use nats-top with a current version of nats it complains and fails:
If I try to compile nats-top it doesn't work either:
The text was updated successfully, but these errors were encountered: