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
I would like 2 distinct metrics to track the last sync timestamp of the main reconciliation loop.
The current last_sync_timestamp_seconds that I wish was called last_successful_sync_timestamp_seconds
And one last_reconcile_timestamp_seconds that recorded a new timestamp for the reconcile loop, wether it completed successfully or not.
Why is this needed:
Right now, I can't differentiate between the sync loop lagging because the operator is overworked or some timing issues from an error encountered during a reconciliation pass.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
I would like 2 distinct metrics to track the last sync timestamp of the main reconciliation loop.
The current
last_sync_timestamp_seconds
that I wish was calledlast_successful_sync_timestamp_seconds
And one
last_reconcile_timestamp_seconds
that recorded a new timestamp for the reconcile loop, wether it completed successfully or not.Why is this needed:
Right now, I can't differentiate between the sync loop lagging because the operator is overworked or some timing issues from an error encountered during a reconciliation pass.
The text was updated successfully, but these errors were encountered: