empiredan opened a new issue, #2358: URL: https://github.com/apache/incubator-pegasus/issues/2358
This issue will track the implementation of hotspot detection in the Go collector. Since one of the goals of the Go collector is to replace the CPP-based collector, it needs to cover all hotspot detection capabilities provided by the CPP implementation, including following features: 1. Periodically collect and aggregate read/write traffic metrics to detect whether hotspots exist on each partition of each table. 2. create and update the corresponding queryable metric data for hot partitions. 3. Support sending requests to the detected hotspot partitions to query hotspot keys, to collect statistics on the current abnormal hotspot traffic. For more details on hotspot detection, please refer to [the documentation](https://pegasus.apache.org/administration/hotspot-detection). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
