Expose improved sync status & metrics on integrations
exploring
Matan Grady
Provide users with an at-a-glance view of what happened during the last sync, including high-level statistics (raw objects, transformed objects, success/failure count), sync duration, and time of last run. This allows users to assess sync behavior without diving into raw logs, improving usability and reducing support load.
See prototype here - https://effulgent-nasturtium-76fd8f.netlify.app/
Similar FRs
G
Glenn Moen
The prototype looks great. Can you explain what the transformed number represents? I am currently working on an issue and want to understand how many of the raw objects resulted in entity api calls to port. Wondering if this sort of dashboard would help.
Matan Grady
Glenn Moen: sure! The ingestion flow:
- Gets raw objects
- Apply transformation (in here JQ mapping errors can occur)
- Send to Port
So to your case you'll be able to understand how many objects were identified, how many were successfully transformed, and finally ingested to Port
Matan Grady
Merged in a post:
Improve visibility of data sync and errors
Matan Grady
As a builder, I want to understand my integration status so I will be able to fix errors and keep my Portal up-to-date
===
We want to show a more apparent status and surface outstanding errors with the integration
Matan Grady
exploring