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
Copy file name to clipboardExpand all lines: content/operate/rc/databases/rdi/view-edit.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,32 @@ Use the **Data pipeline** tab in your database to view and edit your data pipeli
14
14
15
15
The **Data pipeline** tab gives an overview of your data pipeline and lets you view your data stream metrics.
16
16
17
+
The **Status** table shows statistics for the whole data pipeline:
18
+
-**Status**: The status of the data pipeline. Possible statuses include:
19
+
| Status | Description |
20
+
|--------|-------------|
21
+
| {{<imagefilename="images/rc/rdi/pipeline-status-initial-sync.png#no-click"height=30pxalt="Initial Sync"class="inline" >}} | The data pipeline is ingesting all records from the source database into the target database. |
22
+
| {{<imagefilename="images/rc/rdi/pipeline-status-streaming.png#no-click"height=30pxalt="Streaming"class="inline" >}} | The data pipeline is capturing new changes from the source database as they happen. Changes in the source database are added to the target database within a few seconds. |
23
+
| {{<imagefilename="images/rc/rdi/pipeline-status-stopped.png#no-click"height=30pxalt="Stopped"class="inline" >}}| The data pipeline has been [stopped](#stop-and-restart-data-pipeline). |
24
+
| {{<imagefilename="images/rc/rdi/pipeline-status-error.png#no-click"height=30pxalt="Error"class="inline" >}} | There is an error in the data pipeline. [Reset the pipeline](#reset-data-pipeline) and contact support if the issue persists. |
25
+
-**Total ingested**: Total number of records ingested from the source database.
26
+
-**Total inserted**: Total number of records inserted into the target database.
27
+
-**Total filtered**: Total number of records filtered from being inserted into the target database.
28
+
-**Total rejected**: Total number of records that could not be parsed or inserted into the target database.
29
+
30
+
The **Data stream metrics** table shows the following metrics for each data stream:
31
+
| Metric | Description |
32
+
|--------|-------------|
33
+
|**Name**| Name of the data stream. Each stream corresponds to a table from the source database. |
34
+
|**Total**| Total number of records arrived from the source table. |
35
+
|**Pending**| Number of records from the source table that are waiting to be processed. |
36
+
|**Inserted**| Number of new records from the source table that have been written to the target database. |
37
+
|**Updated**| Number of updated records from the source table that have been updated in the target database. |
38
+
|**Deleted**| Number of deleted records from the source table that have been deleted in the target database. |
39
+
|**Filtered**| Number of records from the source table that were filtered from being inserted into the target database. |
40
+
|**Rejected**| Number of records from the source table that could not be parsed or inserted into the target database. |
41
+
42
+
17
43
## Edit data pipeline
18
44
19
45
To change the data you want to ingest from the data pipeline:
0 commit comments