Skip to content
代码片段 群组 项目
未验证 提交 f65fdf42 编辑于 作者: David Mao's avatar David Mao 提交者: GitHub
浏览文件

MINOR: Adds admin APIs to sampling request log filter (#6984)

上级 65c12eb8
No related branches found
No related tags found
无相关合并请求
......@@ -56,7 +56,10 @@ public class SamplingRequestLogFilter implements RequestLogFilter {
ApiKeys.ALTER_PARTITION_REASSIGNMENTS,
ApiKeys.ALTER_REPLICA_LOG_DIRS,
ApiKeys.UPDATE_FEATURES,
ApiKeys.DELETE_GROUPS
ApiKeys.DELETE_GROUPS,
ApiKeys.ALTER_LEADERSHIP_PRIORITY,
ApiKeys.ALTER_BROKER_REPLICA_EXCLUSIONS,
ApiKeys.TRIGGER_EVEN_CLUSTER_LOAD
);
private static final EnumSet<ApiKeys> SLOW_LOG_APIS = EnumSet.of(
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册