Sentry bugs/issues #821
Pinned
Ishankoradia
started this conversation in
General
Replies: 1 comment 2 replies
-
Under Endpoint regression it looks like
Except for the Another thing to notice is all
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I see some new type of issues being triggered in Sentry
Endpoint regression
(when the duration of a transaction or endpoint containing this transaction increases over time and degrades application performance). These are the apis that sentry notified to have been degraded./api/prefect/v1/flows/{deployment_id}/flow_run/
| change in duration 2s to 10s (+330.31%) | fromAug 20, 2024 04:00:00 AM UTC
/api/prefect/flow_runs/{flow_run_id}/logs
| change in duration 1s to 7s (+477.23%) | fromAug 19, 2024 04:00:00 PM UTC
/api/prefect/flow_runs/{flow_run_id}
| change in duration 2s to 9s (+413.2%) | fromAug 19, 2024 04:00:00 PM UTC
/proxy/flow_runs/logs/{flow_run_id}
| change in duration 1s to 7s (+558.28%) | fromAug 19, 2024 04:00:00 PM UTC
/proxy/flow_runs/{flow_run_id}
| change in duration 1s to 9s (+551.03%) | fromAug 19, 2024 04:00:00 PM UTC
Function regression
(has a similar meaning ). This could be the reason of the aboveddpui.ddpprefect.prefect_service.prefect_post
| change in duration 2s to 7s (+298.27%) | fromAug 19, 2024 03:00:00 PM UTC
ddpui.utils.custom_logger.CustomLogger.debug
| change in duration 30ms to 201ms (+575.74%) | fromAug 19, 2024 06:00:00 PM UTC
ddpui.ddpprefect.prefect_service.prefect_get
| change in duration 2s to 11s (+617.07%) | fromAug 19, 2024 06:00:00 PM UTC
ddpui.utils.custom_logger.CustomLogger.info
| change in duration 37ms to 219ms (+490.98%) | fromAug 19, 2024 03:00:00 PM UTC
__main__.<module>
| change in duration from 41ms to 262ms (+534.56%) | fromAug 19, 2024 03:00:00 PM UTC
ddpui.utils.custom_logger.CustomLogger.get_slug
| change in duration from 59ms to 201ms (+243.2%) | fromAug 19, 2024 05:00:00 PM UTC
Some
N+1
queries sentry picked up/api/prefect/v1/flows/{deployment_id}/flow_run/
| atAug 20, 6:13 PM
ddpui.celeryworkers.tasks.sync_flow_runs_of_deployments
| atAug 21, 12:17 AM
/api/transform/dbt_project/graph/
| atAug 20, 6:50 PM
Beta Was this translation helpful? Give feedback.
All reactions