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
What happened:
When one uses query_analysis dashboard against a cluster, they receive wrong results since the result is returned only for a single node because system tables aren't replicated.
What you expected to happen:
The plugin returns correct stats for the cluster when working with system tables. Consider using:
What happened:
When one uses query_analysis dashboard against a cluster, they receive wrong results since the result is returned only for a single node because system tables aren't replicated.
What you expected to happen:
The plugin returns correct stats for the cluster when working with system tables. Consider using:
clusterAllReplicas(default, merge('system', '^query_log*'))
if requests against already rolled query_log is required.Environment:
The text was updated successfully, but these errors were encountered: