You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Scylla Monitoring 3.5, due to the change introduced in #1014, if you have the new port configured, you end up with two jobs, scylla_manager and scylla_manager1. They both report the same thing because they both point at :5090. The query doesn't do any aggregation or filtering to prevent this from displaying:
The text was updated successfully, but these errors were encountered:
(1+sum(scylla_manager_task_active_count{type=~"repair",cluster=~"$cluster|$^"}) + sum(scylla_manager_task_active_count{type=~"backup",cluster=~"$cluster|$^"}) * 2) or (1+max(scylla_manager_server_current_version))
But I have no experience with grafana to know if that's really the right thing to do here or not. The regex anchors being backwards is also super odd to me, but maybe it's supposed to be that way
In Scylla Monitoring 3.5, due to the change introduced in #1014, if you have the new port configured, you end up with two jobs,
scylla_manager
andscylla_manager1
. They both report the same thing because they both point at :5090. The query doesn't do any aggregation or filtering to prevent this from displaying:The text was updated successfully, but these errors were encountered: