feat(observability): Scrabble — Messages Grafana dashboard #78
Reference in New Issue
Block a user
Delete Branch "feature/messages-dashboard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The deferred follow-up to the chat read-receipts feature: a Grafana Scrabble — Messages dashboard for the metrics that already shipped.
Panels (
deploy/grafana/dashboards/messages.json, uidscrabble-messages)rate(chat_messages_total)by kind.chat_unread_messagesgauge.rate(chat_read_duration_sum)/rate(chat_read_duration_count)(the owner's explicit ask).histogram_quantileoverchat_read_duration_bucket(robust complement).Mirrors
game-domain.json(datasource/panel/target shape,unit: son the latency panels). The file provider auto-discovers it (no provisioning change).Verification
jq);uidunique.chat_unread_messagesis a live series in the contour Prometheus (the metrics deployed with the read-receipt merge); the activity-drivenchat_messages_total/chat_read_duration_*are 0-series only because no chat has happened on the freshly-redeployed contour yet — names follow the confirmedgame_move_duration_bucketconvention.Docs
docs/ARCHITECTURE.md§11 (chat metrics → Messages dashboard),PRERELEASE.mdCR row.