fix(deps): update dependency jaeger-client to ^3.18.1
This PR contains the following updates:
| Package | Type | Update | New value | References | Sourcegraph |
|---|---|---|---|---|---|
| jaeger-client | dependencies | minor | ^3.18.1 | source |
Release Notes
jaegertracing/jaeger-client-node
v3.18.1
- Always read thrift defs from
./to better support bundling (#441) - Hendrik Liebau
v3.18.0
- Upgrade to opentracing-javascript 0.14 (#117) - Yuri Shkuro
- Add OpenTracing methods to get span and trace id (#425) - Sandes de Silva
v3.17.2
- README: Clarify that this library is not designed to work in the browser.
v3.17.1
- [bug fix] Do not apply adaptive sampler to child spans (#410) -- Yuri Shkuro
- Add toString to reporters (#403) -- Andrea Di Giorgi
v3.17.0
- Add option to support zipkin's shared span id between client and server spans (#399) -- Jonathan Monette
- Allow specifying 128bit trace IDs via Configuration (#397) -- Aleksei Androsov
- Add support for UDP over IPv6 (#396) -- Aleksei Androsov
v3.16.0
- Support 128bit traceIDs (#361) - thanks @PaulMiami
- Support delayed sampling (#380) - thanks @yurishkuro
- All spans of a trace share sampling state (#377) - thanks @tiffon and @yurishkuro
v3.15.0
- Avoid mutation of user's tags (#348) - Thanks @fapspirit
- Support false values for the B3 Sampled header (#346) - Thanks @sebnow
- Fix HTTP sender, consume response data to free up memory (#343) - Thanks @baldmaster
- Transform IP for int32 representation to dot representation (#340) - Thanks @Etienne-Carriere
v3.14.4
- Hard code version
v3.14.3
- Nothing
v3.14.2
- Actually fix issue where dist/src files were missing
v3.14.1
- Fixed issue where dist/src files were missing
v3.14.0
- Add setProcess method to LoggingReporter (#303) - thanks @isayme
- Change Zipkin Codec to Not Inject Missing Parent (#305) - thanks @adinunzio84
- Add missed contextKey option to initTracer (#308) - thanks @yepninja
- Allow overriding codec's default baggage prefix (#310) - thanks @artemruts
- Make zipkin codec use case insensetive headers (#309) - thanks @artemruts
- Fix Span.log to return
this(#316) - thanks @doubret - Support injecting and extracting into carriers without Object prototypes (#318) - thanks @ggoodman
- Support canonical env variables (#311) - thanks @yepninja
- Rename 'jaeger.hostname' tracer tag to 'hostname' (#333) - thanks @verma-varsha
- Use the ip and hostname tags if provided (#336) - thanks @ledor473
- Make TchannelBridge use semantic conventions when logging error to the span (#334) - thanks @verma-varsha
v3.13.0
- Support TLS in HTTP Sender (#294) - thanks Ben Keith @keitwb
- Support ENV variables for configuration (#296) - thanks Eundoo Song @eundoosong
v3.12.0
v3.11.0
- Add throttler (#246)
- Use throttler for rate limiting (#248)
- Make metrics consistent with Go/Java clients (#255) - thanks @eundoosong
- Pass logger/metrics option to remote sampler, reporter (#257) - thanks @eundoosong
- Update RateLimiter to scale credits on update (#264)
- Replace Coveralls by Codecov (#269) - thanks @eundoosong
- Add PrometheusMetricsFactory (#262) - thanks @eundoosong
- Upgrade flow to v0.75 (#272) - thanks @TLadd
- Pass object to prom-client metric to fix warning (#274) - thanks @eundoosong
v3.10.0
- Made tracing headers configurable (#217) - thanks @astub
- Add husky as a dev-dependency (#234)
- Require Node 6.x for building (#235)
v3.9.1
- Remove husky dependency as a temporary fix for #232
v3.9.0
- RemoteReporter.close() now ensures that the buffer is flushed before invoking the callback (#224, #226) - thanks @MarckK
- Node 6.x is recommended for development
- Add .nvmrc to tell husky precommit which Node version to use (#227)
- Export Configuration class (#221)
- Add engines field to package.json (#231)
v3.8.0
- Log error when Thrift conversion fails (#184)
- Throw error if serviceName is not provided (#192)
- Flush only if process is set (#195)
- Change default flush interval to 1sec (#196)
v3.7.0
- Add support for Zipkin B3 header propagation (#175)
v3.6.0
New features:
- Save baggage in span logs (#129)
- Add BaggageRestrictionManager and BaggageSetter (#142)
- Migrate to Apache license v2 (#159)
- Randomize rate limiter balance on initialization (#161)
Bug fixes:
- Trap exceptions from socket.send() (#137) - thanks @frankgreco
- Use ip tag instead of peer.ipv4 in process (#125)
- Log only span context (#153)
- Fix buffer size counting bug and add logging to UDP sender (#151)
Renovate configuration
:date: Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.
Codecov Report
Merging #590 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #590 +/- ##
=======================================
Coverage 82.40% 82.40%
=======================================
Files 15 15
Lines 2126 2126
Branches 448 509 +61
=======================================
Hits 1752 1752
Misses 364 364
Partials 10 10
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 26c8e60...cd70a5c. Read the comment docs.