This is an automated email from the ASF dual-hosted git repository.
vogievetsky pushed a commit to branch 26.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/26.0.0 by this push:
new 41b4fe7694 set count on rule history api (#14164) (#14168)
41b4fe7694 is described below
commit 41b4fe76949738870dca3bfc7d29b309da245165
Author: Vadim Ogievetsky <[email protected]>
AuthorDate: Wed Apr 26 07:50:46 2023 -0700
set count on rule history api (#14164) (#14168)
---
web-console/src/dialogs/retention-dialog/retention-dialog.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web-console/src/dialogs/retention-dialog/retention-dialog.tsx
b/web-console/src/dialogs/retention-dialog/retention-dialog.tsx
index 4d50d84c3e..547fd99ee3 100644
--- a/web-console/src/dialogs/retention-dialog/retention-dialog.tsx
+++ b/web-console/src/dialogs/retention-dialog/retention-dialog.tsx
@@ -81,7 +81,7 @@ ORDER BY 1`,
initQuery: props.datasource,
processQuery: async datasource => {
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;
},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]