2

I am utilizing DogStatsD approach to send metrics to datadog using micrometer. I get the normal metrics like counter and gauge but I am not able to generate events. Is there a way to generate datadog events?

Ondra Žižka
  • 43,948
  • 41
  • 217
  • 277
Mark
  • 833
  • 1
  • 9
  • 27

2 Answers2

0

AFAIK it is not possible at the Moment to use micrometer to send events to datadog. Micrometer states that "Micrometer is not a distributed tracing system or an event logger." on its section "1. Purpose" on its concepts page.

Alan Z.
  • 143
  • 6
0

There is now built-in support for micrometer integration since sprint boot 2.0: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#production-ready-metrics

dna
  • 499
  • 5
  • 8