Add yabeda-actioncable metrics

This commit is contained in:
Mike Dalessio
2025-10-11 13:35:31 -04:00
parent 5c651a7f94
commit 4f981e9c2f
4 changed files with 17 additions and 0 deletions
+5
View File
@@ -32,5 +32,10 @@ production: &production
class: SQLiteBackupsJob
schedule: every day at 05:00
# Metrics
yabeda_actioncable:
command: "Yabeda::ActionCable.measure"
schedule: every 60 seconds
beta: *production
staging: *production