[ 
https://issues.apache.org/jira/browse/IGNITE-25422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vyacheslav Koptilin updated IGNITE-25422:
-----------------------------------------
    Priority: Minor  (was: Major)

> Add metrics for raft disruptors
> -------------------------------
>
>                 Key: IGNITE-25422
>                 URL: https://issues.apache.org/jira/browse/IGNITE-25422
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Denis Chudov
>            Priority: Minor
>              Labels: ignite-3
>
> *Motivation*
> Currently, there are just these metrics:
> {code:java}
> public DisruptorMetrics disruptorMetrics(String name) {
>     return new DisruptorMetrics(
>             (DistributionMetric) metrics.get(name + ".Batch"),
>             (DistributionMetric) metrics.get(name + ".Stripes")
>     );
> } {code}
> which means batch size and stripe hits.
>  
> It looks reasonable to add the following new metrics:
> - stripe queue length
> - task wait time in the queue (histogram)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to