Skip to content

Commit 78abd2b

Browse files
committed
fix(TopQueries): add queryHashColumns
1 parent a9c57ff commit 78abd2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ const applicationColumn: Column<KeyValueRow> = {
118118
};
119119

120120
export const TOP_QUERIES_COLUMNS = [
121+
queryHashColumn,
121122
cpuTimeUsColumn,
122123
queryTextColumn,
123124
endTimeColumn,

0 commit comments

Comments
 (0)