Sending Metrics to Datadog with Java

In my previous post I drew an idea of sending PostgreSQL metrics to Datadog using Java code. This post will reveal implementation details of the Send action described previously.

How does Datadog collect metrics?

There are two basic ways of collecting and sending data:

  1. Use Datadog agent
  2. Collect and send manually

Continue reading “Sending Metrics to Datadog with Java”