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

build(deps): Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.28.0 to 1.29.0 in /exporter/datadogexporter #2648

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2021

Bumps gopkg.in/DataDog/dd-trace-go.v1 from 1.28.0 to 1.29.0.

Release notes

Sourced from gopkg.in/DataDog/dd-trace-go.v1's releases.

1.29.0

This release contains a bunch of new features and fixes. Thank you to everyone who helped us by contributing both new features and bug fixes ❤️

Features

  • ddtracer/tracer: add support for DD_TRACE_SOURCE_HOSTNAME (#839)
  • all: improve debug logging (#816)
  • profiler: add options for block and mutex rates (#814)
  • contrib/go-redis/redis.v8: add support for WrapClient (#808) (Thanks @​seancaffery)
  • contrib/jinzhu/gorm: add WithErrorCheck option (#806) (Thanks @​moonsub-kim)
  • profiler: add support for v3 upload and metrics (#781)
  • contrib/gorm.io/gorm.v1: add support for gorm@v1 (#759)
  • ddtrace/tracer: fmt.Stringer in span.SetTag (#799) (Thanks @​pierrre)
  • ddtracer/tracer: ensure tag keys are unique across metrics and meta tags (#800)
  • contrib/gorilla/mux: add option for skipping certain requests (#789) (Thanks @​stroem)
  • contrib/gofiber/fiber.v2: add integration for Fiber v2 framework (#786) (Thanks @​andrei-dascalu)
  • {profiler,ddtrace/tracer}: add UDS client options (#788)

Fixes

  • ddtracer/tracer: fix an issue with illegal characters in Lambda mode (#832)
  • profiler: fix goroutineswait profile frame order (#850)
  • contrib.confluent-kafka-go: use github.com import path (#847)
  • ddtrace/tracer: updated DD_TAGS parsing to support space separation (#837)
  • ddtrace/tracer: B3 headers are now encoded as exactly 16 character long (#817)
  • profiler: Start() doesn't unlock mutex on error (#819)
  • ddtrace/tracer: improve "Tracing Without Limits" sampling rates (#812)
  • contrib/aws/aws-sdk-go: open only a single span for retryable operations (#777) (Thanks @​marcind)

Upgrades

  • profiler: increase DefaultBlockRate from 100 to 10000 (#836)
Commits
  • a0e288c ddtracer/tracer: marshalled span values in encode span (#832)
  • 8026b33 profiler: fix goroutineswait profile frame order (#850)
  • 31e491e contrib.confluent-kafka-go: use github.com import path (#847)
  • 2d091ec go.mod: add datadog-go@v4.4.0 (#843)
  • e869dbd ddtracer/tracer: set hostname meta tag on each span (#839)
  • 45db01a contrib/jinzhu/gorm: add WithServiceName to gorm example (#841)
  • bfbecbf ddtrace/tracer: fix flaky format test (#840)
  • c1edb6e ddtrace/tracer: updated DD_TAGS parsing to support space separation (#837)
  • 7a521bb CONTRIBUTING: correct 'Triage' part (#838)
  • a85b65f profiler: increase and simplify backoff (#827)
  • 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)

@dependabot dependabot bot requested a review from a team March 11, 2021 16:33
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 11, 2021
@codecov
Copy link

codecov bot commented Mar 11, 2021

Codecov Report

Merging #2648 (88a9342) into main (8c985f8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2648   +/-   ##
=======================================
  Coverage   91.45%   91.45%           
=======================================
  Files         439      439           
  Lines       21834    21834           
=======================================
  Hits        19969    19969           
  Misses       1394     1394           
  Partials      471      471           
Flag Coverage Δ
integration 69.24% <ø> (+0.06%) ⬆️
unit 90.38% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c985f8...88a9342. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/go_modules/exporter/datadogexporter/gopkg.in/DataDog/dd-trace-go.v1-1.29.0 branch from 9c747b1 to 9a9d64f Compare March 13, 2021 01:32
Bumps [gopkg.in/DataDog/dd-trace-go.v1](https://github.com/DataDog/dd-trace-go) from 1.28.0 to 1.29.0.
- [Release notes](https://github.com/DataDog/dd-trace-go/releases)
- [Commits](DataDog/dd-trace-go@v1.28.0...v1.29.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/exporter/datadogexporter/gopkg.in/DataDog/dd-trace-go.v1-1.29.0 branch from 9a9d64f to 88a9342 Compare March 15, 2021 15:58
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 19, 2021

Superseded by #2764.

@dependabot dependabot bot closed this Mar 19, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/exporter/datadogexporter/gopkg.in/DataDog/dd-trace-go.v1-1.29.0 branch March 19, 2021 00:52
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.

0 participants