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
When a vault client is running for a liquidated vault, some data is not exported anymore. This makes it difficult for the monitoring services to work properly as 'no data' would generally be considered a bug or faulty. To facilitate the monitoring and alerting of our vault clients we should change this to rather return a default value of instead.
TODO
We want to change the vault clients to keep exporting data for the following metrics, even if the vault is liquidated:
Locked collateral
Required collateral
Issue count
Stellar Balance
Redeem count
Collateralization
For the metrics that are not applicable for liquidated vaults, namely locked and required collateral as well as collateralization, we should return 0 instead. For the others, we can keep exporting the correct values.
The text was updated successfully, but these errors were encountered:
Context
When a vault client is running for a liquidated vault, some data is not exported anymore. This makes it difficult for the monitoring services to work properly as 'no data' would generally be considered a bug or faulty. To facilitate the monitoring and alerting of our vault clients we should change this to rather return a default value of instead.
TODO
We want to change the vault clients to keep exporting data for the following metrics, even if the vault is liquidated:
For the metrics that are not applicable for liquidated vaults, namely locked and required collateral as well as collateralization, we should return
0
instead. For the others, we can keep exporting the correct values.The text was updated successfully, but these errors were encountered: