Skip to content

Commit

Permalink
Merge branch 'main' into sid/query-grouping
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhant Deshmukh <[email protected]>
  • Loading branch information
deshsidd authored Dec 23, 2024
2 parents 1da244c + 3ceb453 commit e5b7641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/pages/TopNQueries/TopNQueries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import QueryDetails from '../QueryDetails/QueryDetails';
import { SearchQueryRecord } from '../../../types/types';
import QueryGroupDetails from "../QueryGroupDetails/QueryGroupDetails";


export const QUERY_INSIGHTS = '/queryInsights';
export const CONFIGURATION = '/configuration';

Expand Down
1 change: 1 addition & 0 deletions types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export interface SearchQueryRecord {
task_resource_usages: Task[];
query_hashcode: string;
group_by: string;

}

export interface Measurement {
Expand Down

0 comments on commit e5b7641

Please sign in to comment.