Skip to content

Commit 278f622

Browse files
authored
fix(TopQueries): add queryHashColumns (#1701)
1 parent a9c57ff commit 278f622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
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)