[
https://issues.apache.org/jira/browse/AMBARI-25370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16924117#comment-16924117
]
Hudson commented on AMBARI-25370:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-branch-2.7 #570 (See
[https://builds.apache.org/job/Ambari-branch-2.7/570/])
AMBARI-25370 Producer and Customer Request /s graphs are failing on Kafa
(dlysnichenko:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=7405c68f5daca31353455722cf78724fca584fd8])
* (edit)
ambari-metrics/ambari-metrics-timelineservice/conf/windows/metrics_whitelist
* (edit)
ambari-metrics/ambari-metrics-timelineservice/conf/unix/metrics_whitelist
* (edit)
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/files/grafana-dashboards/HDP/grafana-kafka-home.json
* (edit)
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/files/grafana-dashboards/HDP/grafana-kafka-hosts.json
* (edit) ambari-metrics/ambari-metrics-grafana/ambari-metrics/datasource.js
> 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)