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/monitor/granular-observability.md
+11-17Lines changed: 11 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ plan: failure-logs
6
6
Failure log collection gives you greater visibility into failed event deliveries, allowing you to identify, analyze, and troubleshoot issues with the events that Segment attempted to deliver.
7
7
8
8
> info "Failure log collection is in private beta"
9
-
> During the private beta, failure log collection only supports streaming destinations.
9
+
> During the private beta, failure log collection only supports streaming destinations receiving events from streaming sources or Engage sources.
10
10
11
11
## Enable failure logs
12
12
@@ -29,7 +29,9 @@ Once you've enabled your failure logs in the Segment app, you can access them us
29
29
30
30
Segment has a Public API endpoint, available in [alpha](https://docs.segmentapis.com/tag/Versioning/){:target="_blank”}, that lets you generate presigned S3 URLs for a collection ID and a specific hour in [ISO 8601 format](https://www.iso.org/iso-8601-date-and-time-format.html){:target="_blank”}. Once you've generated a URL, you can only access that data for two hours. If Segment writes additional data to the specified collection and hour time frame, you must generate an additional Public API call to view the updated logs.
31
31
32
-
You can make up to 120 requests to the failure logs endpoint per day. Some of the request “tokens” replenish every hour. The rate limiting metadata follows the Segment API [Rate limit errors](https://docs.segmentapis.com/tag/Rate-Limits/#section/Rate-limit-errors){:target="_blank”} specification and the headers show how many remaining API calls can be made. If you exceed the rate limit, Segment returns a 429 status code.
32
+
You can make up to 120 requests to the failure logs endpoint per day. Some of the request “tokens” replenish every hour. Once Segment collects the observability events, it takes 1-2 hours to populate the log.
33
+
34
+
The rate limiting metadata follows the Segment API [Rate limit errors](https://docs.segmentapis.com/tag/Rate-Limits/#section/Rate-limit-errors){:target="_blank”} specification and the headers show how many remaining API calls can be made. If you exceed the rate limit, Segment returns a 429 status code.
33
35
34
36
Here's an example call:
35
37
@@ -60,21 +62,17 @@ Here's an example of an Error Logged event:
0 commit comments