mirror of https://github.com/apache/druid.git
set count on rule history api (#14164)
This commit is contained in:
parent
774073b2e7
commit
e4d99c3e26
|
@ -81,7 +81,7 @@ ORDER BY 1`,
|
||||||
initQuery: props.datasource,
|
initQuery: props.datasource,
|
||||||
processQuery: async datasource => {
|
processQuery: async datasource => {
|
||||||
const historyResp = await Api.instance.get(
|
const historyResp = await Api.instance.get(
|
||||||
`/druid/coordinator/v1/rules/${Api.encodePath(datasource)}/history`,
|
`/druid/coordinator/v1/rules/${Api.encodePath(datasource)}/history?count=200`,
|
||||||
);
|
);
|
||||||
return historyResp.data;
|
return historyResp.data;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue