Closed harunzengin closed 1 year ago
@harunzengin no need for a new Telemetry event. Let't just fire a bunch of :host_up
events instead.
@harunzengin no need for a new Telemetry event. Let't just fire a bunch of
:host_up
events instead.
Shouldn't we fire :host_added
as it is now? From :host_up
I understand that the node was down and is up now.
Sorry yes that's what I meant @harunzengin
@whatyouhide Done!
Introduces a new message
{:discovered_hosts, [Host.t()]}
. I wasn't so sure about whether we should introduce a new telemetry event for this, like:host_discovered
. Not sure how useful it would be to be able to distinguish between a:host_added
(from cassandra gossip) and:host_discovered
(from peers table).Closes https://github.com/lexhide/xandra/issues/296