You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Lokesh Jain (Jira)" <ji...@apache.org> on 2020/02/05 09:56:00 UTC

[jira] [Updated] (RATIS-809) Separate metrics for heartbeats and log appends

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

Lokesh Jain updated RATIS-809:
------------------------------
    Description: 
Currently heartbeats and log appends update the same set of metrics. This leads to dilution of log append metrics as heartbeats are faster and larger in number. The Jira aims to separate these metrics.

The metrics need to be separated for GrpcLogAppender and RaftServerImpl#appendEntriesAsync.

  was:Currently heartbeats and log appends update the same set of metrics. This leads to dilution of log append metrics as heartbeats are faster and larger in number. The Jira aims to separate these metrics.


> Separate metrics for heartbeats and log appends
> -----------------------------------------------
>
>                 Key: RATIS-809
>                 URL: https://issues.apache.org/jira/browse/RATIS-809
>             Project: Ratis
>          Issue Type: Improvement
>          Components: gRPC, server
>            Reporter: Lokesh Jain
>            Priority: Major
>
> Currently heartbeats and log appends update the same set of metrics. This leads to dilution of log append metrics as heartbeats are faster and larger in number. The Jira aims to separate these metrics.
> The metrics need to be separated for GrpcLogAppender and RaftServerImpl#appendEntriesAsync.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)