0

I need to monitor fifty application. As apart of which I need to perform healthcheck on datadog dashboard to all the application everyday. So, Is it possible to collect the metrics collected in datadog from Java code ..

Thanks in advance.

2 Answers 2

1

You might want to use datadog service-check which is also can be sent by the StatsDClient, and then add it to your monitor/dashboard page. https://docs.datadoghq.com/developers/service_checks/

Sign up to request clarification or add additional context in comments.

Comments

0

Another option is to use Datadog's Java / JMX integration to capture the health data that's exposed over JMX -- this can probably give you up/down health data, and can certainly give you a lot more granular health metrics too.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.