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

Bump github.com/DataDog/datadog-go from 3.5.0+incompatible to 3.7.2+incompatible in /exporters/metric/datadog #78

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2020

Bumps github.com/DataDog/datadog-go from 3.5.0+incompatible to 3.7.2+incompatible.

Release notes

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

v3.7.2

See the Changelog for the details.

v3.7.1

See the Changelog for the details.

v3.7.0

See the Changelog for the details.

v.3.6.0

See the Changelog for the details.

Changelog

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

Changes

3.7.2 / 2020-06-16

Notes

  • [BUGFIX] Fix panic on 32bits and ARM when using the telemetry. See #156[].
  • [BETA BUGFIX] Fix typo in method name to configure the aggregation window interval. See #154[].

3.7.1 / 2020-05-01

Notes

  • [BUGFIX] Fix panic when calling CloneWithExtraOptions with a nil client. See #148[].

3.7.0 / 2020-04-29

Notes

  • [FEATURE] Add new function to clone a Client, so library can inherit and extend options from the main application. See #147[].
  • [IMPROVEMENT] Auto append a '.' when needed to namespace. See #145[]. Thanks to [@kamatama41][]
  • [IMPROVEMENT] Add the client global tags to the telemetry tags. See #143[]. Thanks to [@chrisleavoy][]

3.6.0 / 2020-04-21

Notes

  • [IMPROVEMENT] Reduce lock contention by sharding worker by metric name. See #108[].
  • [FEATURE] Adding a "channel mode" to send metrics to the client, disable by default. See #134[].
  • [BUGFIX] Fix metrics not being flushed when the client is closed. See #144[].
  • [BETA] Adding client side aggregation for Gauge, Count and Set. See #139[].

3.5.0 / 2020-03-17

Notes

  • [IMPROVEMENT] Add support for DD_ENV, DD_SERVICE, and DD_VERSION to set global tags for env, service and version/ See #137[]

3.4.1 / 2020-03-10

Notes

  • [BUGFIX] Fix possible deadlock when closing the client. See #135[]. Thanks to [@danp60][].

3.4.0 / 2020-01-15

Notes

... (truncated)
Commits
  • 2db9a6d Releasing 3.7.2
  • 8ff9a8a Fix panic on atomic operation on non 64bit align variables
  • cabc452 Fix option typo for aggregation interval
  • ee4b28b Releasing 3.7.1
  • c763db9 Fix CloneWithExtraOptions panic when given a nil client
  • 17f7bfc Releasing 3.7.0
  • 79a29d2 report telemetry tags with the same set as global tags
  • 69b21ba Fixing clone tests
  • 5adfb0d Updating the README to clarify metric name
  • 030e4db Append dot when given namespace doesn't have it
  • 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 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](https://github.com/DataDog/datadog-go) from 3.5.0+incompatible to 3.7.2+incompatible.
- [Release notes](https://github.com/DataDog/datadog-go/releases)
- [Changelog](https://github.com/DataDog/datadog-go/blob/master/CHANGELOG.md)
- [Commits](DataDog/datadog-go@v3.5.0...v3.7.2)

Signed-off-by: dependabot[bot] <support@github.com>
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jun 17, 2020

CLA Check

@lizthegrey lizthegrey merged commit f45ec6b into master Jun 17, 2020
@lizthegrey lizthegrey deleted the dependabot/go_modules/exporters/metric/datadog/github.com/DataDog/datadog-go-3.7.2incompatible branch June 17, 2020 14:47
plantfansam referenced this pull request in plantfansam/opentelemetry-go-contrib Mar 18, 2022
Enabling misspell and goimports in golangci-lint allows a bit of
simplification of tools.go / Makefile.

The linters enabled locally also complained about the markdown in
README.md a little, so I fixed those complaints.

I also enabled auto-fix mode in golangci-lint so that it will just
fix any lint issues it runs across (which is how goimports/misspell)
was being used.

misspell still needs to be included in tools.go unless we decide that
we didn't want it to run on markdown files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants