Skip to content

Commit ff2c061

Browse files
committed
Added metrics
1 parent 07b45a0 commit ff2c061

File tree

5 files changed

+26
-0
lines changed

5 files changed

+26
-0
lines changed

content/operate/rc/databases/rdi/view-edit.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,32 @@ Use the **Data pipeline** tab in your database to view and edit your data pipeli
1414

1515
The **Data pipeline** tab gives an overview of your data pipeline and lets you view your data stream metrics.
1616

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+
| {{<image filename="images/rc/rdi/pipeline-status-initial-sync.png#no-click" height=30px alt="Initial Sync" class="inline" >}} | The data pipeline is ingesting all records from the source database into the target database. |
22+
| {{<image filename="images/rc/rdi/pipeline-status-streaming.png#no-click" height=30px alt="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+
| {{<image filename="images/rc/rdi/pipeline-status-stopped.png#no-click" height=30px alt="Stopped" class="inline" >}}| The data pipeline has been [stopped](#stop-and-restart-data-pipeline). |
24+
| {{<image filename="images/rc/rdi/pipeline-status-error.png#no-click" height=30px alt="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+
1743
## Edit data pipeline
1844

1945
To change the data you want to ingest from the data pipeline:
855 Bytes
Loading
1.56 KB
Loading
1.65 KB
Loading
1.65 KB
Loading

0 commit comments

Comments
 (0)