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
As an implementation engineer, I would like to monitor the sync failures and resolve them even before they are raised as tickets.
I would also like to analyse the sync timings.
Create a table for sync_failure_telemetry with below columns:
- sync_telemetry_uuid from sync_telemetry_table
- error_message
- stacktrace
- close_date_time
- is_closed
- created_date_time
- last_modified_date_time
- created_by_id
- last_modified_by_id
Changes in realm tables:
Add 2 columns error_message and stack_trace to the realm sync_telemetry table. Other columns are not required since entries of sync_telemetry are only pushed to server and not pulled.
When the sync_telemetry entry is pushed to the server, add the expected data in the respective table/columns in the server tables.
Out of scope:
Adding a UI like rule failure telemetry. We can do it, once the newly added columns starts getting used.
The text was updated successfully, but these errors were encountered:
As an implementation engineer, I would like to monitor the sync failures and resolve them even before they are raised as tickets.
I would also like to analyse the sync timings.
Acceptance criteria:
Changes in server tables:
- sync_telemetry_uuid from sync_telemetry_table
- error_message
- stacktrace
- close_date_time
- is_closed
- created_date_time
- last_modified_date_time
- created_by_id
- last_modified_by_id
Changes in realm tables:
Add 2 columns error_message and stack_trace to the realm sync_telemetry table. Other columns are not required since entries of sync_telemetry are only pushed to server and not pulled.
When the sync_telemetry entry is pushed to the server, add the expected data in the respective table/columns in the server tables.
Out of scope:
Adding a UI like rule failure telemetry. We can do it, once the newly added columns starts getting used.
The text was updated successfully, but these errors were encountered: