Is there a way to check connectivity to Datadog is good based on the configuration settings?
Having something like this would be useful to include in things like health checks so I can determine if things like custom metrics are being sent. Beyond the Configure call, if say the DD port is wrong, I do not know if connectivity is broken.
I see PR #183 has been added recently. This goes some of the way to being able to identify problems.
However, does anything exist today other than manually wiring up a UDP connection and testing out of band of the client? Not withstanding UDP being connectionless.
Is there a way to check connectivity to Datadog is good based on the configuration settings?
Having something like this would be useful to include in things like health checks so I can determine if things like custom metrics are being sent. Beyond the
Configurecall, if say the DD port is wrong, I do not know if connectivity is broken.I see PR #183 has been added recently. This goes some of the way to being able to identify problems.
However, does anything exist today other than manually wiring up a UDP connection and testing out of band of the client? Not withstanding UDP being connectionless.