-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zookeper integration doesn't report metrics #10
Comments
I have the same question. |
@sv7-harun |
Hello, I have did all the steps which provided in below link but am not able to validate metrics with echo mntr | nc localhost 2181 command .Where can i find the error to not show the metrics ? do we have any log in EC2 ? Golang installation is mandatory to get the metrics ? Can you please help me to findout the issue. https://github.com/newrelic/nri-zookeeper Thanks |
You need to configure which four-letter-words commands you want to enable in ZooKeeper.
Golang installation is mandatory to get the metrics ?
|
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 listingthe metrics in newRelic GUI.
Following log message confirmed the integration is successful:
newrelic-infra-service" level=info msg="Integration health check finished with success"
Config file:
cat /etc/newrelic-infra/integrations.d/zookeeper-config.yml
integration_name: com.newrelic.zookeeper
instances:
command: metrics
arguments:
host: <host-private-ip/localhost>
port: 2181
cmd: /bin/nc
labels:
role: zookeeper
Validation:
echo mntr | nc localhost 2181
zk_version 3.4.10-39d3a4f269333c922e***********, built on 03/23/2017 10:13 GMT
zk_avg_latency 0
zk_max_latency 40
zk_min_latency 0
zk_packets_received 1623870
zk_packets_sent 1623872
zk_num_alive_connections 1
zk_outstanding_requests 0
zk_server_state follower
zk_znode_count 1352
zk_watch_count 0
zk_ephemerals_count 73
zk_approximate_data_size 4681445
zk_open_file_descriptor_count 31
zk_max_file_descriptor_count 4096
I have referred below github issue and not found any solution.
#9
The text was updated successfully, but these errors were encountered: