DataDog/datadog-go

Feature Request: NoopClient

Closed this issue · 0 comments

The DataDog Java statsd client provides an interface for a NoopStatsD Client (https://github.com/DataDog/java-dogstatsd-client/blob/master/src/main/java/com/timgroup/statsd/NoOpStatsDClient.java)

This request, is requesting a similar interface to aid with testing. Having a NoopClient, will allow us to stub the client, when we are unit testing our buisness code, and or record statsd to ensure delivery (maybe?).