Skip to content

Don't use list_on_cluster to gather issues #211

@rosik

Description

@rosik

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions