Skip to content

Commit

Permalink
[PLAT-13626] Add both ASH graphs to each anomaly
Browse files Browse the repository at this point in the history
Summary: Add both ASH graphs to each anomaly for better RCA

Test Plan: tested manually

Reviewers: rmadhavan

Reviewed By: rmadhavan

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D34543
  • Loading branch information
anmalysh-yb committed Apr 25, 2024
1 parent f4d266b commit 1428838
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Expand Up @@ -278,6 +278,13 @@
"universeUuid": [],
"queryId": []
}
},
{
"name": "active_session_history_ysql",
"filters": {
"universeUuid": [],
"queryId": []
}
}
]
}
Expand Down Expand Up @@ -408,6 +415,12 @@
"filters": {
"universeUuid": []
}
},
{
"name": "active_session_history_ysql",
"filters": {
"universeUuid": []
}
}
]
}
Expand Down Expand Up @@ -469,6 +482,12 @@
{
"recommendation": "Check ASH graph per query/client",
"supportingGraphs": [
{
"name": "active_session_history_tserver",
"filters": {
"universeUuid": []
}
},
{
"name": "active_session_history_ysql",
"filters": {
Expand Down
Expand Up @@ -115,6 +115,17 @@
]
},
"name": "active_session_history_tserver"
},
{
"filters": {
"queryId": [
"100"
],
"universeUuid": [
"9ad06d1f-0355-4e3c-a42c-d052b38af7bc"
]
},
"name": "active_session_history_ysql"
}
]
}
Expand Down

0 comments on commit 1428838

Please sign in to comment.