palantir / go-baseapp

A lightweight starting point for Go web servers
https://pkg.go.dev/github.com/palantir/go-baseapp
Apache License 2.0
73 stars 12 forks source link

Bump github.com/DataDog/datadog-go/v5 from 5.0.2 to 5.4.0 #228

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

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.

v5.4.0

See the Changelog for the details.

v5.3.0

See the Changelog for the details.

v5.2.0

See the Changelog for the details.

v5.1.1

See the Changelog for the details.

v5.1.0

See the Changelog for the details.

Changelog

Sourced from github.com/DataDog/datadog-go/v5's changelog.

5.4.0 / 2023-12-07

  • [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[]
  • [BUGFIX] Fix issue where ticker.Stop() wasn't being called when aggregator is stopped. See #269[], thanks [@​byronwolfman][].

5.1.1 / 2022-05-05

  • [BUGFIX] Fix issue where tags of aggregated contexts could be modified after being sampled. See #258[].

5.1.0 / 2022-03-02

  • [FEATURE] Adding support for container origin detection. See #250[].
  • [FEATURE] Adding IsClosed method the client. See #254[], thanks [@​lucassscaravelli][].
  • [FEATURE] Adding a mock for the Client interface to ease testing from users. See #255[].
  • [IMPROVEMENT] Optimize getContext and getContextAndTags functions. See #253[], thanks [@​martin-sucha][].
  • [IMPROVEMENT] Export error MessageTooLongError to catch error when sending message that can't fit in a buffer. See #252[].
  • [BUGFIX] Add missing GetTelemetry from the Client Interface. See #255[].
Commits
  • 5a079da Releasing 5.4.0
  • 7338de2 Merge pull request #290 from iksaif/corentin.chary/client_transport_fix
  • 5598f78 Remove data race for uds transport name and address a few comments
  • 58eb610 Fix windows build again
  • 7597e29 Fix windows build
  • 2096f70 Proptage the transport from the sender to the telemetry client
  • b51a3c4 Uds -> UDS
  • a035c3a statsd: set client_transport properly
  • 54ec306 Merge pull request #289 from iksaif/corentin.chary/reduce-lock-contention
  • db7e98b Adjust comments
  • Additional commits viewable in compare view


Dependabot compatibility score

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)