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
The cartridge_issues.list_on_cluster function gathers issues from entire cluster (obviously). The same does prometheus. It results in N^2 network requests. Prometheus queries every instances metrics and for every request, list_on_cluster does N more.
I think the metrics module should collect local issues only.
mRrvz, olegrok, sharonovd and DifferentialOrangedokshina, mRrvz, artur-barsegyan and olegrok