You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2018/07/31 06:48:00 UTC

[jira] [Updated] (KAFKA-7219) Add topic/partition level metrics.

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

Ismael Juma updated KAFKA-7219:
-------------------------------
    Labels: needs-kip  (was: )

> Add topic/partition level metrics.
> ----------------------------------
>
>                 Key: KAFKA-7219
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7219
>             Project: Kafka
>          Issue Type: Improvement
>          Components: metrics
>            Reporter: Satish Duggana
>            Assignee: Satish Duggana
>            Priority: Major
>              Labels: needs-kip
>
> Currently, Kafka generates different metrics for topics on a broker.
>   - MessagesInPerSec
>   - BytesInPerSec
>   - BytesOutPerSec
>   - BytesRejectedPerSec
>   - ReplicationBytesInPerSec
>   - ReplicationBytesOutPerSec
>   - FailedProduceRequestsPerSec
>   - FailedFetchRequestsPerSec
>   - TotalProduceRequestsPerSec
>   - TotalFetchRequestsPerSec
>   - FetchMessageConversionsPerSec
>   - ProduceMessageConversionsPerSec
> Add metrics for individual partitions instead of having only at topic level. Some of these partition level metrics are useful for monitoring applications to monitor individual topic/partitions.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)