We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you go to the docs: https://docs.datadoghq.com/metrics/custom_metrics/dogstatsd_metrics_submission/?code-lang=nodejs you will see that the functions take a sample rate. But the dd-trace dogstatsd implementation doesn't seem to have any reference to sample rate. This is particularly evident in the gauge function that should take value and sample rate but only takes a value:
dd-trace-js/packages/dd-trace/src/dogstatsd.js
Line 42 in 604b6ea
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you go to the docs: https://docs.datadoghq.com/metrics/custom_metrics/dogstatsd_metrics_submission/?code-lang=nodejs you will see that the functions take a sample rate. But the dd-trace dogstatsd implementation doesn't seem to have any reference to sample rate. This is particularly evident in the gauge function that should take value and sample rate but only takes a value:
dd-trace-js/packages/dd-trace/src/dogstatsd.js
Line 42 in 604b6ea
The text was updated successfully, but these errors were encountered: