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
This came up because pl3-rpc.testnet.drand.sh did not join the default network on 2022-05-04. It would seem that, if the node is not in the default network, https://github.com/drand/drand/blob/master/metrics/metrics.go#L404 errors out with {"metrics": "failed to get peer handlers", "err": "no group yet"}
The text was updated successfully, but these errors were encountered:
…rk (#1008) (#1017)
* Send metrics over GRPC even if the node is not in the `default` network (closes#1008)
* Change handlerForPeer comment to be more explicit
* Another comment edit
* Happy linters, happy code
* PR comments
* A bit of cleanup
* Make some test failure messages a bit more explicit
* Quite a bit of refactoring
* Linter happiness
* PR comments
* Increase metrics test coverage
This came up because
pl3-rpc.testnet.drand.sh
did not join thedefault
network on 2022-05-04. It would seem that, if the node is not in thedefault
network, https://github.com/drand/drand/blob/master/metrics/metrics.go#L404 errors out with{"metrics": "failed to get peer handlers", "err": "no group yet"}
The text was updated successfully, but these errors were encountered: