[
https://issues.apache.org/jira/browse/AMBARI-25370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamas Payer updated AMBARI-25370:
---------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Producer and Customer Request /s graphs are failing on Kafa Grafana dashboards
> ------------------------------------------------------------------------------
>
> Key: AMBARI-25370
> URL: https://issues.apache.org/jira/browse/AMBARI-25370
> Project: Ambari
> Issue Type: Bug
> Components: ambari-metrics
> Affects Versions: 2.7.3, 2.7.4
> Reporter: Tamas Payer
> Assignee: Tamas Payer
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h
> Remaining Estimate: 0h
>
> From kafka 2.0.0 there has been addition of *version* tag in
> kafka.network.RequestMetrics.RequestsPerSec.request.* metrics.
> This is breaking the the default Grafana dashboard provided by Ambari. On
> the *Kafka - Home* and *Kafka - Hosts* dashboards the *Producer requests /s*
> and *Consumer requests /s* graphs are failing to show any data.
> To get the total count for a specific request type, the tool needs to be
> updated to aggregate across different versions.
> *Previous metric*:
> kafka.network:type=RequestMetrics,name=RequestsPerSec,request=
> {Produce|FetchConsumer|FetchFollower|...}
> *New metric*:
> kafka.network:type=RequestMetrics,name=RequestsPerSec,request=\{Produce|FetchConsumer|FetchFollower|...},version=INTEGER
>
> Documentation of the Kafka change:
> [https://cwiki.apache.org/confluence/display/KAFKA/KIP-272%3A+Add+API+version+tag+to+broker%27s+RequestsPerSec+metric]
--
This message was sent by Atlassian Jira
(v8.3.2#803003)