elephone-184 opened a new issue, #4313: URL: https://github.com/apache/rocketmq-dashboard/issues/4313
### Feature Description In production environments, producer message send timeouts and latency spikes directly impact upstream business availability. However, the current dashboard lacks granular profiling of producer send latency distributions (P50, P95, P99) and broker-side response time degradation. ### Proposed Solution 1. Introduce `ProducerLatencyReport` model detailing latency percentiles, error rate breakdown, and broker-level response matrix. 2. Implement `ProducerLatencyProfilerService` to sample and aggregate producer-side send metrics and identify slow broker paths. 3. Provide `ProducerLatencyProfilerController` with `/producer/latencyProfile.query` endpoint. 4. Add frontend `ProducerLatencyProfilerModal` to visualize latency percentiles and latency outlier diagnostics. 5. Provide comprehensive unit tests. -- 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]
