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?
Asked
Active
Viewed 786 times
2
-
did you find solution – KCS Jul 02 '19 at 07:54
2 Answers
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