WangzJi opened a new issue, #8011:
URL: https://github.com/apache/incubator-seata/issues/8011

   ### Check Ahead
   
   - [x] I have searched the issues of this repository and believe that this is 
not a duplicate.
   - [x] I am willing to try to implement this feature myself.
   
   ### Why you need it?
   
   Current `LatencyStats` only reports P50/P95/P99/Max. P99.9 is critical for 
tail latency analysis in distributed transaction systems and is a standard 
metric in performance benchmarking tools (e.g., Kafka ProducerPerformance).
   
   ### How it could be?
   
   - Add `p999` field to `BenchmarkMetrics.LatencyStats`
   - Update `getLatencyStats()` to calculate P99.9 percentile
   - Update `MetricsCollector.generateFinalReport()` to include P99.9 in the 
output
   - Update `MetricsCollector.exportToCsv()` to include P99.9 row


-- 
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]

Reply via email to