[FEATURE] Add WithMaxSamplesPerContext() option to limit the number of samples per context. See #292[].
[BUGFIX] Fix the rate of distributions and histograms when using client side aggregation. See #283[].
5.3.0 / 2023-03-06
[FEATURE] Added support for DD_DOGSTATSD_URL. You can now use this env var to set the URL to use to connect to DogStatsD. See #273[]
Please be aware that DD_DOGSTATSD_URL takes precedence over the DD_AGENT_HOST. If you have both set please make sure the value for DD_DOGSTATSD_URL is correct.
5.2.0 / 2022-12-21
[BETA][FEATURE] Support sending counters and gauges with timestamp. See #262[]
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/DataDog/datadog-go/v5 from 5.0.2 to 5.4.0.
Release notes
Sourced from github.com/DataDog/datadog-go/v5's releases.
Changelog
Sourced from github.com/DataDog/datadog-go/v5's changelog.
Commits
5a079da
Releasing 5.4.07338de2
Merge pull request #290 from iksaif/corentin.chary/client_transport_fix5598f78
Remove data race for uds transport name and address a few comments58eb610
Fix windows build again7597e29
Fix windows build2096f70
Proptage the transport from the sender to the telemetry clientb51a3c4
Uds -> UDSa035c3a
statsd: set client_transport properly54ec306
Merge pull request #289 from iksaif/corentin.chary/reduce-lock-contentiondb7e98b
Adjust commentsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show