This repository was archived by the owner on Mar 11, 2026. It is now read-only.
fix(deps): update dependency @opencensus/propagation-stackdriver to v0.0.9#394
Merged
JustinBeckwith merged 2 commits intomasterfrom Feb 14, 2019
Merged
Conversation
7ef844a to
820dcfc
Compare
820dcfc to
515813f
Compare
Codecov Report
@@ Coverage Diff @@
## master #394 +/- ##
=========================================
Coverage ? 91.21%
=========================================
Files ? 14
Lines ? 615
Branches ? 31
=========================================
Hits ? 561
Misses ? 36
Partials ? 18Continue to review full report at Codecov.
|
515813f to
54385c8
Compare
54385c8 to
be12582
Compare
Contributor
Author
PR has been edited👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.0.8->0.0.9Release Notes
census-instrumentation/opencensus-node
v0.0.9Compare Source
Add Metrics API.
Add Resource API.
Add Tags API.
Add Gauges (
DoubleGauge,LongGauge,DerivedDoubleGauge,DerivedLongGauge) APIs.Add support for supplying instrumentation configuration via tracing option. Option argument added to instrumentation interface.
Add ignoreIncomingPaths and ignoreOutgoingUrls support to the http and https tracing instrumentations.
Add
opencensus-resource-utilto auto detect AWS, GCE and Kubernetes(K8S) monitored resource, based on the environment where the application is running.Add optional
uncompressedSizeandcompressedSizefields toMessageEventinterface.Add a
setStatusmethod in the Span.OpenCensus Stackdriver Trace Exporter is updated to use Stackdriver Trace V2 APIs.
This release has multiple breaking changes. Please test your code accordingly after upgrading.
Modify
Loggerinterface:levelmade optional,sillyremoved.The
new Stats()has been deprecated on Stats class. The global singletonglobalStatsobject should be used instead. Also,registerView()is separated out fromcreateView().Use
TagKey,TagValueandTagMapto create the tag keys, tag values.The
statusfield onSpanis no longer a number, useCanonicalCodeinstead.Add enum type for
MessageEvent,LinkandSpanKind, instead of string.Old code
New code
Renovate configuration
📅 Schedule: "after 9am and before 3pm" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "
rebase!".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.