Spring Boot 3.x Micrometer StatsD registry does not send metrics to UDP port when another StatsD client is active on the same port #5313
Labels
waiting for feedback
We need additional information before we can continue
Describe the bug
In Spring Boot 3.x, Micrometer's inbuilt StatsD agent does not report JMX metrics when another StatsDClient is created to send custom metrics to the same host & port.
Environment
Spring Boot 3.2.7, Spring Camel version 4.5.0 application.
To Reproduce
How to reproduce the bug:
Note: the Micrometer StatsD client and the custom StatsDClient both send metrics to the same host and port
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: