Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Grafana HBase-Performance -> Operation Latencies -Scan Next shows 'No datapoints'

avatar

Ambari: 2.2.2

HDP : 2.4.2

Why do only these graphs show No datapoints?

13122-screen-shot-2017-02-28-at-20955-pm.png

1 ACCEPTED SOLUTION

avatar
Super Collaborator

Are you able to see other RegionServer metrics on this dashboard?

I checked out my test cluster with HDP 2.6 and Ambari 2.5 and I am able to see them.

One way to verify if these metrics were ever sent to AMS is by making a call to AMS metadata API in your browser:

http://<ams-collector-host>:6188/ws/v1/timeline/metrics/metadata

You can look for metrics name in the response, example: regionserver.Server.ScanTime

View solution in original post

3 REPLIES 3

avatar
Super Collaborator

Are you able to see other RegionServer metrics on this dashboard?

I checked out my test cluster with HDP 2.6 and Ambari 2.5 and I am able to see them.

One way to verify if these metrics were ever sent to AMS is by making a call to AMS metadata API in your browser:

http://<ams-collector-host>:6188/ws/v1/timeline/metrics/metadata

You can look for metrics name in the response, example: regionserver.Server.ScanTime

avatar

@swagle

Yes I can see other HBase metrics.

http://hdp242-s1.openstacklocal:3000/dashboard/db/hbase-performance

I do not see "regionserver.Server.ScanTime" in the metadata.

ambarimetrics-metadata.txt

avatar
Super Collaborator

hdp242-s1.openstacklocal: Doesn't resolve for me.

If the metric is not in metadata that means that HBase has never sent this metric to AMS.

Did you perform a scan / run Ambari Smoke test to see if any data is sent?

Could be this metric is not sent by the HBase version you are using?