Monitoring Your Network Requests #66252
Replies: 4 comments 4 replies
-
This looks really nice. I would want to make sure arbitrary status codes can be filtered on, instead of preset 2xx, 4xx, 5xx. You never know how an application you don't control will behave, and sometimes digging into a specific status code is needed. 2xx, 4xx, and 5xx are solid defaults. |
Beta Was this translation helpful? Give feedback.
-
It would be nice to have something like the cron job monitoring health overview to see which APIs/endpoints are healthy and which are not, both currently and by percentage/average: It would also help if endpoints could be grouped by API/service/host as well as ungrouped in the overview. Since you already link to the status page in general, |
Beta Was this translation helpful? Give feedback.
-
Great concept! Few suggestions:
|
Beta Was this translation helpful? Give feedback.
-
This is amazing. It's the final piece Sentry is missing to replace other observability platforms, as we still cover uninstrumented services this way. Few suggestions:
|
Beta Was this translation helpful? Give feedback.
-
Network requests can consume a significant chunk of time in your application and - sometimes - they’re not entirely within your control.
We’ve heard some pretty consistent calls (examples: #50049 and Discord) for some help with monitoring http requests. So we’re currently developing a workflow, like Queries, to help you visualize where time is being spent across your API calls.
Troubleshooting Network Requests
The proposed workflow:This workflow should provide enough signal to quickly see any internal or third-party service outages, regressions, or anomalies negatively impacting your application’s overall performance.
Mockups
1. Network Requests Aggregate View
2. Host / Service Summary View
3. Response Codes Sample View
We want to hear from you!
In addition to Queries, we’re improving Sentry Performance for backend services and we’d like to know learn more about what you’d like to see:Feel free to share your thoughts in the discussion below - or you can find us on Discord and X.
Beta Was this translation helpful? Give feedback.
All reactions