Skip to content
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

dd-trace dogstatsd implementation differs from published documentation #4611

Open
natethelen opened this issue Aug 18, 2024 · 0 comments
Open

Comments

@natethelen
Copy link

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:

gauge (stat, value, tags) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant