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/delivery-overview.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,12 @@ Delivery Overview has three core features:
21
21
You can refine these tables using the time picker and the metric toggle, located under the destination header. With the time picker, you can specify a time period (last 10 minutes, 1 hour, 24 hours, 7 days, 2 weeks, or a custom date range over the last two weeks) for which you'd like to see data. With the metric toggle, you can switch between seeing metrics represented as percentages (for example, *85% of events* or *a 133% increase in events*) or as counts (*13 events* or *an increase of 145 events*.) Delivery Overview shows percentages by default.
22
22
23
23
### Pipeline view
24
+
24
25
The pipeline view provides insights into each step your data is processed by enroute to the destination, with an emphasis on the steps where data can be discarded due to errors or your filter preferences. Each step provides details into counts, change rates, and event details (like the associated Event Type or Event Names), and the discard steps (Failed on ingest, Filtered at source, Filtered at destination, & Failed delivery) provide you with the reasons events were dropped before reaching the destination. Discard steps also include how to control or alter that outcome, when possible. The pipeline view also includes a label between the Filtered at destination and Failed delivery steps indicating how many events are currently pending retry.
25
26
27
+
> info "Lookback window"
28
+
> Delivery Overview applies a 5-minute lookback period to provide stable, accurate metrics across all pipeline steps. This interval accounts for processing delays and ensures the data Segment displays reflects a reliable snapshot of recent events.
29
+
26
30
#### Classic destinations
27
31
The pipeline view for classic destinations includes the following steps:
28
32
-**Successfully received**: Events that Segment ingested from your source.
@@ -43,8 +47,6 @@ The pipeline view for Actions destination includes the following steps:
43
47
-**Failed delivery**: Events that have been discarded due to errors or unmet destination requirements.
44
48
-**Successful delivery**: Events that were successfully delivered to the destination.
45
49
46
-
The following image shows an Actions destination filtered to include only Track Page View events in the last three pipeline steps:
47
-
48
50

49
51
50
52
#### Storage destinations
@@ -141,4 +143,4 @@ The Delivery Overview pipeline steps Failed on Ingest, Filtered at Source, Filte
141
143
This table provides a list of all possible discard reasons available at each pipeline step.
142
144
143
145
{% include content/delivery-overview-discards.html %}
144
-
<!--- not in the product yet{% include content/retl-discards.md %}--->
146
+
<!--- not in the product yet{% include content/retl-discards.md %}--->
0 commit comments