Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
trunk, 2.5.1
-
None
-
None
-
all
Description
- In Ambari 2.5.1 when we open the Grafana Dashboard then all other kafka graphs are working except "Kafka Topic". It shows "No Datapoint".
- While debugging using 'Developer Console' we noticed that it is appending 'NaNundefined' before the "._avg&appId"
Example:
http://amb25101:3000/api/datasources/proxy/1/ws/v1/timeline/metrics?metricNames=kafka.server.BrokerTopicMetrics.BytesInPerSec.topic.TestTopic.countNaNundefined._avg&appId=kafka_broker&startTime=1501211592&endTime=1501233192
Where as ideally it should be as following:
http://amb25101:3000/api/datasources/proxy/1/ws/v1/timeline/metrics?metricNames=kafka.server.BrokerTopicMetrics.BytesInPerSec.topic.TestTopic.count._avg&appId=kafka_broker&startTime=1501211592&endTime=1501233192
Attachments
Attachments
Issue Links
- duplicates
-
AMBARI-21640 Certain templated Grafana dashboards not showing data.
- Resolved
- links to