ExESDBDashboard.ClusterStatus (ex_esdb_dashboard v0.1.0)
View SourceStandalone cluster status component that can be embedded in other LiveViews.
Displays a compact overview of cluster health and key metrics. Automatically updates in real-time via PubSub.
Usage
In your LiveView template:
<.live_component
module={ExESDBDashboard.ClusterStatus}
id="cluster-status"
/>Or use the helper from the main Dashboard module:
<.live_component
module={ExESDBDashboard.cluster_status_component()}
id="cluster-status"
/>