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: src/connections/storage/data-lakes/sync-history.md
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -3,49 +3,49 @@ title: Data Lakes Sync History and Health
3
3
---
4
4
{% include content/plan-grid.md name="data-lakes" %}
5
5
6
-
The Segment Data Lakes sync history and health tabs generate reports about data syncs so you can monitor the health and performance of your data lakes. These tools provide monitoring and debugging capabilities within the Data Lakes UI, so you can identify and proactively address data sync or data pipeline failures in real time.
6
+
The Segment Data Lakes sync history and health tabs generate real-time information about data syncs so you can monitor the health and performance of your data lakes. These tools provide monitoring and debugging capabilities within the Data Lakes UI, so you can identify and proactively address data sync or data pipeline failures.
7
7
8
8
> info ""
9
9
> This feature is currently in Public Beta. Segment’s [First-Access and Beta terms](https://segment.com/legal/first-access-beta-preview/) govern the use of this feature.
10
10
11
-
## Sync history
12
-
The sync history table shows detailed information about the 100 most recent syncs to the data lake. The sync history table includes the following fields:
13
-
***Sync status:** The status of the sync: either 'Success,' where all rows synced correctly, 'Partial Success,' indicating some rows synced correctly, or 'Failed,' where no rows synced correctly
11
+
## Sync History
12
+
The 'Sync History' table shows detailed information about the latest 100 syncs to the data lake. The table includes the following fields:
13
+
***Sync status:** The status of the sync: either 'Success,' indicating that all rows synced correctly, 'Partial Success,' indicating that some rows synced correctly, or 'Failed,' indicating that no rows synced correctly
14
14
***Start time:** The time the sync began
15
15
***Duration:** How long the sync took to complete
16
-
***Synced rows:** The number of rows that were synced to the data lake
16
+
***Synced rows:** The number of rows that synced to the data lake
17
17
***Notices:** Any notes or warnings about the sync
18
18
19
-
Selecting a row in the sync history table opens a sidebar showing the number of rows that were synced in each collection.
19
+
Selecting a row in the Sync History table opens a sidebar showing the number of rows from each collection that synced.
20
20
21
-
To access the sync history page from the Segment app, open the **My Destinations** page and select the data lake. On the data lakes settings page, select the **Sync History** tab.
22
-
23
-
> note ""
24
-
> Users cannot select when syncs occur. Syncs occur approximately every two hours.
21
+
To access the Sync History page from the Segment app, open the **My Destinations** page and select the data lake. On the data lakes Settings page, select the **Sync History** tab.
25
22
26
23
## Health
27
24
The health tab provides an overview of the rows that synced to your data lake both today and each day for the last 30 days.
28
25
29
-
The bar chart, 'Daily Synced Rows,' shows an overview of the rows synced for each of the last 30 days. Hovering over a date shows the number of rows that were synced for that day. Selecting a date from the bar chart opens the Daily Row Volume table, which provides a breakdown of which collections synced, how many rows from each collection were synced, and the percentage of all synced rows that each collection represents.
26
+
The bar chart, 'Daily Synced Rows,' shows an overview of the rows synced for each of the last 30 days. Hovering over a date shows the number of rows that were synced for that day. Selecting a date from the bar chart opens the Daily Row Volume table, which provides a breakdown of which collections synced, how many rows from each collection synced, and the percentage of all synced rows from each collection .
30
27
31
28
The Daily Row Volume table contains the following information:
32
-
***Collections:** The name for each collection of properties synced to the data lake
29
+
***Collections:** The name of each collection of properties synced to the data lake
33
30
***Rows:** The number of rows synced from each collection
34
31
***% of Total:** The percentage of the total number of rows synced that each collection represents
35
32
36
-
Above the Daily Row Volume table is an overview of the total syncs for the day, showing the number of rows synced, the number of collections that synced, and the date.
33
+
Above the Daily Row Volume table is an overview of the total syncs for the current day, showing the number of rows synced, the number of collections that synced, and the current date.
37
34
38
35
To access the Sync history page from the Segment app, open the **My Destinations** page and select the data lake. On the data lakes settings page, select the **Health** tab.
39
36
40
37
## Data Lakes Reports FAQ
41
38
##### How long is a data point available?
42
-
The health tab shows an aggregate view of the last 30 days worth of data, while the sync history retains only the last 100 syncs.
39
+
The health tab shows an aggregate view of the last 30 days worth of data, while the sync history retains the last 100 syncs.
43
40
44
41
##### How do sync history and health compare?
45
-
The sync history feature shows detailed information about the most recent 100 syncs to a data lake, while the health tab shows just the volume of rows synced to the data lake over the last 30 days.
42
+
The sync history feature shows detailed information about the most recent 100 syncs to a data lake, while the health tab shows just the number of rows synced to the data lake over the last 30 days.
46
43
47
44
##### What timezone is the time and date information in?
48
45
All dates and times on the sync history and health pages are in the user's local time.
49
46
50
47
##### When does the data update?
51
-
The sync data for both reports updates in real time.
48
+
The sync data for both reports updates in real time.
49
+
50
+
##### When do syncs occur?
51
+
Syncs occur approximately every two hours. Users cannot choose how frequently the data lake syncs.
0 commit comments