filodb / FiloDB

Distributed Prometheus time series database
Apache License 2.0
1.43k stars 225 forks source link

feat(cluster): Enhancing liveness check to include cassandra and kafka connectivity at startup #1763

Closed sandeep6189 closed 5 months ago

sandeep6189 commented 5 months ago

Pull Request checklist

Current behavior : The liveness check just returned UP response without any consideration.

New behavior : Liveness endpoint checks for connectivity to kafka and cassandra i.e. the shards to be in recovery or active state.