Skip to content

Commit

Permalink
Merge branch 'metrics-qb-change' of github.com:SigNoz/signoz into met…
Browse files Browse the repository at this point in the history
…rics-qb-change
  • Loading branch information
srikanthccv committed Feb 19, 2024
2 parents cc8ebca + c83a1b1 commit c67caf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ export default function LogsConnectionStatus(): JSX.Element {
reduceTo: 'sum',
offset: 0,
pageSize: 100,
timeAggregation: '',
spaceAggregation: '',
functions: [],
},
],
queryFormulas: [],
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/hooks/queryBuilder/useGetQueryRange.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type UseGetQueryRange = (
export const useGetQueryRange: UseGetQueryRange = (requestData, options) => {
const { selectedDashboard } = useDashboard();

const version = selectedDashboard?.data?.version || 'v4';
const version = selectedDashboard?.data?.version || 'v3';

const queryKey = useMemo(() => {
if (options?.queryKey && Array.isArray(options.queryKey)) {
Expand Down

0 comments on commit c67caf0

Please sign in to comment.