-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for sending sample_rate while submitting metrics #9
Comments
https://github.com/arnabk/java-dogstatsd-client/ recently added this functionality. It would be great if you guys added it too if this is supposed to be the "official" dogstatsd library |
@debraj-manna Just submit similar PR to this fork (arnabk/java-dogstatsd-client#3) |
It would also be great if the additional methods with the sample rate parameter were added to the StatsDClient interface. For testing and other reasons, some people might prefer to hold references to the interface instead of the implementation. |
Ok I will have a look at it. Sent from GMail on Android On Jul 23, 2016 12:05 AM, "Arnab Karmakar" [email protected] wrote:
|
Refer this [link](DataDog/java-dogstatsd-client#9 (comment) mment-234621887) for more.
Additional methods have been added in StatsDClient interface under On Sun, Jul 24, 2016 at 8:52 AM, DEBRAJ MANNA [email protected] wrote:
Debraj Manna |
Submitted the below PR Sent from GMail on Android On Aug 17, 2016 3:44 PM, "DEBRAJ MANNA" [email protected] wrote:
|
Add support for sending sample_rate while submitting metrics to datadog.
The text was updated successfully, but these errors were encountered: