newrelic / nri-zookeeper

New Relic On Host Integration for Apache Zookeeper
Apache License 2.0
1 stars 10 forks source link

zookeper integration doesn't report metrics #9

Closed gangadhar01a closed 4 years ago

gangadhar01a commented 4 years ago

I am trying to use NewRelic zookeper integration (https://github.com/newrelic/nri-zookeeper). Thank you for documenting on how to implement the integration, I have followed the procedure which is very simple and I see the integration has successful as per the newrelic logs. However, I am having hard time in listing/searching the metrics in newRelic GUI.

Following log message confirmed the integration is successful:

level=info msg="Integration health check finished with success"

Config file: integration_name: com.newrelic.zookeeper

instances:

Validation echo mntr | nc localhost 2181 zk_version 3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03, built on 06/29/2018 00:39 GMT zk_avg_latency 0 zk_max_latency 11 zk_min_latency 0 zk_packets_received 1565364 zk_packets_sent 1565425 zk_num_alive_connections 1 zk_outstanding_requests 0 zk_server_state follower zk_znode_count 3207 zk_watch_count 0 zk_ephemerals_count 4 zk_approximate_data_size 383770 zk_open_file_descriptor_count 123 zk_max_file_descriptor_count 1048576 zk_fsync_threshold_exceed_count 0

gangadhar01a commented 4 years ago

I was checking in the wrong account for the metrics. Closing the ticket.