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 gopkg.in/DataDog/dd-trace-go.v1 from 1.20.1 to 1.23.3 #8

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps gopkg.in/DataDog/dd-trace-go.v1 from 1.20.1 to 1.23.3.

Release notes

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

1.23.3

This release contains a patch which acquires the correct mutex when setting the global service name. (#659) (Thanks @vikpattabi)

1.23.2

This release contains a patch which corrects the profiler backend URL (#645).

1.23.1

This release contains a patch which prevents HTTP integrations from writing the response header twice (DataDog/dd-trace-go#629).

1.23.0

This release includes a number of great new features and fixes including the profiler package which will periodically collect and send application profiles to Datadog, many new configuration options, and improvements to the integrations.

These changes also include an important shift in how an application's "service name" works, which is detailed in the last section of these release notes.

Thanks to the community for all their contributions which have gone into this release. 🙇 🎉

Features

  • profiler: add profiler package (#598, #599, #601)
  • ddtrace/tracer: Add support for DD_SERVICE and DD_TAGS environment variables (#582) (Thanks @blaketastic2)
  • ddtrace/tracer: add Measured StartSpanOption (#591)
  • ddtrace/tracer: add WithServiceVersion option and support for DD_VERSION environment variable. (#607)
  • contrib/zenazn/goji/web: add goji integration (#604)
  • contrib/gorilla/mux: allow custom resource naming (#617) (Thanks @tanordheim)
  • contrib: add NoDebugStack support to web integrations (#616) (Thanks @ashanbrown)

Fixes and Improvements

  • contrib: Update non-client contrib packages to measure their spans (#603)
  • ddtrace/tracer: optimize baggage item handling. (#611)
  • contrib/google.golang.org/grpc: fix incorrect service name in grpc server (#613)
  • contrib: update non-client integrations to use configured service name (#614)

To view all changes check out new commits and the 1.23.0 milestone.

New service name settings

Datadog is making some changes involving its concept of a service. As part of that initiative, the semantics of setting the tracer's service name are changing slightly. Please note that nothing should change for users out of the box. Applications can safely upgrade to the new tracer without experiencing any breaking changes.

We have added a new option WithService and its counterpart, the DD_SERVICE environment variable as new ways to configure an application's service name. The only noticeable change that will occur when using the new configuration options is that certain "server" integrations will pick up this service name and use it in place of their default service name in cases where a custom name has not been configured for the integration.

For example, the contrib/gorilla/mux integration defaults to a service name of "mux.router". If a service name is set through the DD_SERVICE environment variable, or with the WithService option, integrations such as this will use that service name rather than their old default.

Integrations configured with a custom service name (e.g. using contrib/gorilla/mux's WithServiceName), will continue to use that custom service name.

The WithServiceName option has been deprecated, but will continue to function as it used to. Integrations will not pick up a service name set with WithServiceName.

1.22.0

This is a small release that includes several performance improvements and bug fixes.

Features

  • contrib/graph-gophers/graphql-go: add operation name as a tag (#586) (Thanks @mikea)
... (truncated)
Commits
  • 28e8330 internal/globalconfig: fix wrong mutex acquired for SetServiceName (#659)
  • 435545b circleci: better error messages (#652)
  • 895da57 Revert "ddtrace/tracer: implement fmt.Formatter interface to support log inje...
  • 11d613d circleci: improve build speed (#649)
  • f167a2e profiler: fix the defaultAPIURL (#645)
  • ef14697 ddtrace/tracer: implement fmt.Formatter interface to support log injection (#...
  • 0b8240f contrib/gocql/gocql: avoid panics (#641)
  • 3f45f6d contrib/bradfitz/gomemcache: trace item info for memcached operations (#642)
  • 6639723 ddtrace/tracer: add WithHTTPClient and increase default HTTP timeout (#636)
  • 83ba1eb LICENSE: write dual license (#633)
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [gopkg.in/DataDog/dd-trace-go.v1](https://github.com/DataDog/dd-trace-go) from 1.20.1 to 1.23.3.
- [Release notes](https://github.com/DataDog/dd-trace-go/releases)
- [Commits](DataDog/dd-trace-go@v1.20.1...1.23.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 11, 2020
@MichaelMure MichaelMure merged commit 2d40a13 into master May 11, 2020
@MichaelMure MichaelMure deleted the dependabot/go_modules/gopkg.in/DataDog/dd-trace-go.v1-1.23.3 branch May 11, 2020 14:47
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.

1 participant