Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
铁锚 edited this page Jan 25, 2017 · 2 revisions

Welcome to the druid-web-helper wiki!

有什么意见和建议,请留言! -- 2017年1月25日

1. 实现思路:

Stat主要分为3部分:

  • 数据采集 -- 由Filter负责
  • 数据存储 -- 存在 Local
  • 数据查询 -- 计划分为2个部分: Filter进行请求拦截,加上Http的请求头,转发给集群中的所有服务器,然后进行合并。(此种方式比较简单)

如果 Druid 的数据进行集中存储, 那么就不需要额外的Filter, 查询时直接获取即可。

Clone this wiki locally