Can any one help me in getting the Datastax driver Metrics to Datadog.
Tried to search but no luck and was not able find any.
The following are the metrics that we need to se in the dataDog.
Can any one help me in getting the Datastax driver Metrics to Datadog.
Tried to search but no luck and was not able find any.
The following are the metrics that we need to se in the dataDog.
You can leverage Datadog's Agent to collect metrics via a JMX connection. There is documentation found here:
http://docs.datadoghq.com/integrations/java/
https://www.datadoghq.com/blog/monitoring-jmx-metrics-with-datadog/
https://help.datadoghq.com/hc/en-us/articles/204501525-Custom-JMX-Integration-s-
That should help you get setup and collecting the necessary metrics exposed by your JMX port.
That said, if you encounter any issues reach out to support@datadoghq.com and they can assist you.