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
kaklakariada
changed the title
Add support for reporting events like BACKUP_START, BACKUP_END and BACKUP_ABORTED
Add support for reporting backup events
Feb 9, 2022
* Update requirement tracing
* #57: Add metrics reader factory for events
* Add unit tests for ExasolEvent
* Refactor existing integration tests, extract mock table
* Implement event metrics reader
* Improve error handling for missing event
The event is missing when the lambda is started manually, not via a scheduled event.
* Add backup duration reader
* Remove workaround for getting the fingerprint
* Add integration tests for backup duration reader
* Add instructions for manually triggering the lambda
* Apply suggestions from code review
Co-authored-by: jakobbraun <[email protected]>
For administrators it would be helpful to create CloudWatch alerts that indicate if an Exasol backup succeeded or failed.
For that we can add a Metric based on events in the
EXA_SYSTEM_EVENTS
table. We need to report the following events:BACKUP_START
BACKUP_END
BACKUP_ABORTED
The user must be able to configure which events should be used.
The text was updated successfully, but these errors were encountered: