diff --git a/frontend/src/container/ApiMonitoring/utils.tsx b/frontend/src/container/ApiMonitoring/utils.tsx index 5062535601..aaf76aa6ab 100644 --- a/frontend/src/container/ApiMonitoring/utils.tsx +++ b/frontend/src/container/ApiMonitoring/utils.tsx @@ -407,7 +407,7 @@ export const getEndPointsQueryPayload = ( groupBy: isGroupedByAttribute ? groupBy : defaultGroupBy, having: [], legend: '', - limit: null, + limit: 1000, orderBy: [], queryName: 'A', reduceTo: 'avg', @@ -463,7 +463,7 @@ export const getEndPointsQueryPayload = ( groupBy: isGroupedByAttribute ? groupBy : defaultGroupBy, having: [], legend: '', - limit: null, + limit: 1000, orderBy: [], queryName: 'B', reduceTo: 'avg', @@ -518,7 +518,7 @@ export const getEndPointsQueryPayload = ( groupBy: isGroupedByAttribute ? groupBy : defaultGroupBy, having: [], legend: '', - limit: null, + limit: 1000, orderBy: [], queryName: 'C', reduceTo: 'avg', @@ -587,7 +587,7 @@ export const getEndPointsQueryPayload = ( groupBy: isGroupedByAttribute ? groupBy : defaultGroupBy, having: [], legend: '', - limit: null, + limit: 1000, orderBy: [], queryName: 'D', reduceTo: 'avg',