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 Prometheus metrics calculated in buildQueue will be computed incorrectly in a multi-cluster configuration where the dispatcher is managing more than one cluster. buildQueue is going to be called once per cluster per dispatch cycle. The metrics being reported and/or the way they are being computed needs to be adjusted to account for multiple "spoke" clusters being managed by the single "hub" cluster.
The text was updated successfully, but these errors were encountered:
The Prometheus metrics calculated in buildQueue will be computed incorrectly in a multi-cluster configuration where the dispatcher is managing more than one cluster.
buildQueue
is going to be called once per cluster per dispatch cycle. The metrics being reported and/or the way they are being computed needs to be adjusted to account for multiple "spoke" clusters being managed by the single "hub" cluster.The text was updated successfully, but these errors were encountered: