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
Metrics API does not report any eth_tx_gossip ... type="pull" information. No received_bytes or received_count. Also no sent metrics being reported. Only avalanche_X_vm reports type="pull" gossip_received_bytes. And avalanche_C_vm reports type="push" metrics only.
Further digging it looks that vm.validators.Has(vm.ctx.NodeID) returns false. Which results ValidatorGossiper to return. Is this a bug? Or pull gossip is turned off or I have problem with my validator settings?
The text was updated successfully, but these errors were encountered:
Metrics API does not report any eth_tx_gossip ... type="pull" information. No received_bytes or received_count. Also no sent metrics being reported. Only avalanche_X_vm reports type="pull" gossip_received_bytes. And avalanche_C_vm reports type="push" metrics only.
Further digging it looks that vm.validators.Has(vm.ctx.NodeID) returns false. Which results ValidatorGossiper to return. Is this a bug? Or pull gossip is turned off or I have problem with my validator settings?
The text was updated successfully, but these errors were encountered: