Issue
In ESO metrics, we observe externalsecret_sync_calls_error > externalsecret_sync_calls_total. I expected total to represent the summation of both successful and error sync calls.
externalsecret_sync_calls_total = externalsecret_sync_calls_error + successful syncs
It however runs out that externalsecret_sync_calls_error is greater than the externalsecret_sync_calls_total.

Observations

Questions
- What exactly is represented by externalsecret_sync_calls_total ?