Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Bump github.com/uber/jaeger-client-go from 2.20.1+incompatible to 2.29.1+incompatible #615

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps github.com/uber/jaeger-client-go from 2.20.1+incompatible to 2.29.1+incompatible.

Release notes

Sourced from github.com/uber/jaeger-client-go's releases.

Release 2.29.1

Release 2.29.0

Release 2.28.0

  • HTTPSamplingStrategyFetcher: Use http client with 10 second timeout (#578) -- Joe Elliott

Release 2.27.0

  • Don't override HTTP Reporter batch size to 1; default to 100, user can override (#571) -- R. Aidan Campbell

Release 2.26.0

  • Delete a baggage item when value is blank (#562) -- evan.kim
  • Trim baggage key when parsing (#566) -- sicong.huang
  • feat: extend configuration to support custom randomNumber func (#555) -- NemoO_o
  • Support JAEGER_TRACEID_128BIT env var (#547) -- Yuri Shkuro
  • Additional context protections (#544) -- Joe Elliott
  • Lock RemotelyControlledSampler.sampler on callbacks (#543) -- Dima
  • Upgrade build to Go 1.15 (#539) -- Yuri Shkuro
  • Upgrade to [email protected] to fix broken codahale/hdrhistogram dependency (#537) -- Yuri Shkuro
  • Prefix TraceID/SpanID.String() with zeroes (#533) -- Lukas Vogel
  • Upgrade to OpenTracing Go 1.2 (#525) -- Yuri Shkuro

Release 2.25.0

Breaking changes

  • [feat] Periodically re-resolve UDP server address, with opt-out (#520) -- Trevor Foster

    The re-resolving of UDP address is now enabled by default, to make the client more robust in Kubernetes deployments. The old resolve-once behavior can be restored by setting DisableAttemptReconnecting=true in the Configuration struct, or via JAEGER_REPORTER_ATTEMPT_RECONNECTING_DISABLED=true environment variable.

Bug fixes

  • Do not add invalid context to references (#521) -- Yuri Shkuro

Release 2.24.0

  • Mention FromEnv() in the README, docs, and examples (#518) -- Martin Lercher
  • Serialize access to RemotelyControlledSampler.sampler (#515) -- Dima
  • Override reporter config only when agent host/port is set in env (#513) -- ilylia
  • Converge on JAEGER_SAMPLING_ENDPOINT env variable (#511) -- Eundoo Song

Release 2.23.1

  • Fix regression by handling nil logger correctly (#507) -- Prithvi Raj

Release 2.23.0

  • Add the ability to log all span interactions at a new debug log level(#502, #503, #504) -- Prithvi Raj
  • Chore (docs): fix typos (#496, #498) -- Febrian Setianto and Ivan Babrou
  • Unset highest bit of traceID in probabilistic sampler (#490) -- Sokolov Yura

Release 2.22.1

... (truncated)

Changelog

Sourced from github.com/uber/jaeger-client-go's changelog.

Changes by Version

2.29.2 (unreleased)

  • Nothing yet.

2.29.1 (2021-05-24)

2.29.0 (2021-05-20)

2.28.0 (2021-04-30)

  • HTTPSamplingStrategyFetcher: Use http client with 10 second timeout (#578) -- Joe Elliott

2.27.0 (2021-04-19)

  • Don't override HTTP Reporter batch size to 1; default to 100, user can override (#571) -- R. Aidan Campbell

2.26.0 (2021-04-16)

  • Delete a baggage item when value is blank (#562) -- evan.kim
  • Trim baggage key when parsing (#566) -- sicong.huang
  • feat: extend configuration to support custom randomNumber func (#555) -- NemoO_o
  • Support JAEGER_TRACEID_128BIT env var (#547) -- Yuri Shkuro
  • Additional context protections (#544) -- Joe Elliott
  • Lock RemotelyControlledSampler.sampler on callbacks (#543) -- Dima
  • Upgrade build to Go 1.15 (#539) -- Yuri Shkuro
  • Upgrade to [email protected] to fix broken codahale/hdrhistogram dependency (#537) -- Yuri Shkuro
  • Prefix TraceID/SpanID.String() with zeroes (#533) -- Lukas Vogel
  • Upgrade to OpenTracing Go 1.2 (#525) -- Yuri Shkuro

2.25.0 (2020-07-13)

Breaking changes

  • [feat] Periodically re-resolve UDP server address, with opt-out (#520) -- Trevor Foster

    The re-resolving of UDP address is now enabled by default, to make the client more robust in Kubernetes deployments. The old resolve-once behavior can be restored by setting DisableAttemptReconnecting=true in the Configuration struct, or via JAEGER_REPORTER_ATTEMPT_RECONNECTING_DISABLED=true environment variable.

... (truncated)

Commits

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 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [github.com/uber/jaeger-client-go](https://github.com/uber/jaeger-client-go) from 2.20.1+incompatible to 2.29.1+incompatible.
- [Release notes](https://github.com/uber/jaeger-client-go/releases)
- [Changelog](https://github.com/jaegertracing/jaeger-client-go/blob/master/CHANGELOG.md)
- [Commits](jaegertracing/jaeger-client-go@v2.20.1...v2.29.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@codecov-commenter
Copy link

Codecov Report

Merging #615 (889ef5c) into master (b3daf09) will increase coverage by 0.53%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #615      +/-   ##
==========================================
+ Coverage   41.37%   41.90%   +0.53%     
==========================================
  Files         152      152              
  Lines       11107     9476    -1631     
==========================================
- Hits         4595     3971     -624     
+ Misses       6114     5136     -978     
+ Partials      398      369      -29     
Impacted Files Coverage Δ
gossip/poset_hook.go 32.14% <0.00%> (-15.23%) ⬇️
poset/store_epoch_state.go 55.55% <0.00%> (-8.45%) ⬇️
vector/store_branches_info.go 47.61% <0.00%> (-8.39%) ⬇️
integration/db.go 66.66% <0.00%> (-8.34%) ⬇️
poset/input.go 16.66% <0.00%> (-8.34%) ⬇️
inter/pos/sort.go 80.00% <0.00%> (-7.50%) ⬇️
gossip/store_heads.go 33.33% <0.00%> (-6.67%) ⬇️
poset/store_event_confirmed.go 60.00% <0.00%> (-6.67%) ⬇️
poset/store_frame.go 71.42% <0.00%> (-6.35%) ⬇️
poset/traversal.go 77.77% <0.00%> (-5.56%) ⬇️
... and 142 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 b3daf09...889ef5c. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant