smartcat-labs / cassandra-diagnostics

Cassandra Node Diagnostics Tools
Apache License 2.0
51 stars 6 forks source link

Heartbeat #37

Closed nbozic-zz closed 8 years ago

nbozic-zz commented 8 years ago

We need a way to figure out if configuration is working or not. Diagnostics should send on each scheduled time heartbeat event to all configured reporters.

nivancevic commented 8 years ago

Does it mean that reporters should react to those heartbeat events? Probably yes, and, in a way that makes it clear they are working correctly. But the question is how reporters should react? Sending a measurements to the sink (e.g. InfluxDB) is maybe not a good idea, as it would be a fake measurement.

mgobec commented 8 years ago

We will start with typical heartbeat producing report on configured time intervals

nivancevic commented 8 years ago

Implemented.