Shared static assets used by the sample applications.
Common stylesheets shared across sample UIs.
atmosphere-dashboard.json — A ready-to-import Grafana dashboard for monitoring Atmosphere applications. Visualizes metrics published by AtmosphereMetrics via Micrometer/Prometheus:
- Active connections and broadcasters
- Message throughput (broadcast + delivered)
- Room membership and presence
- Broadcast latency percentiles
To use: Import the JSON file into Grafana (Dashboards → Import → Upload JSON file). Requires a Prometheus data source scraping your Atmosphere application's /actuator/prometheus endpoint.
See Observability for setup details.