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

fix(deps): update dependency @opencensus/propagation-stackdriver to v0.0.12 #483

Merged
merged 1 commit into from May 14, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 14, 2019

This PR contains the following updates:

Package Type Update Change References
@​opencensus/propagation-stackdriver dependencies patch 0.0.11 -> 0.0.12 source

Release Notes

census-instrumentation/opencensus-node

v0.0.12

Compare Source

  • Add defaultAttributes config to Tracer.start(config)

  • http-instrumentation: Handle incoming requests with long request url path.

  • Add Cumulative (DoubleCumulative, LongCumulative, , DerivedDoubleCumulative, DerivedLongCumulative) APIs.

  • Export TracerBase as a separate @opencensus/nodejs-base package.

  • Fix(deps): update dependency nyc to v14.

  • Fix(deps): update dependency grpc to ~1.20.0

  • chore(package): update handlebar to avoid security vulnabirity.

  • Move propagation-binaryformat package to dependencies.

  • Fix(deps): update dependency @​grpc/proto-loader to ^0.5.0

  • http-instrumentation: fix propagation errors when using Expect header.

  • Consolidate Span and RootSpan to allow Spans to recursively have children.

    This release has a breaking change. Please test your code accordingly after upgrading.

  • removing Tracer's startChildSpan(name?: string, kind?: types.SpanKind) interface

    Old code
// Multi argument interface
const span = tracer.startChildSpan('my-span', types.SpanKind.SERVER);

// Or options object interface
const span = tracer.startChildSpan({
  name: 'my-span',
  kind: types.SpanKind.SERVER
});
New code
// Only options object interface is supported
const span = tracer.startChildSpan({
  name: 'my-span',
  kind: types.SpanKind.SERVER
});

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 14, 2019
@JustinBeckwith JustinBeckwith added kokoro:force-run Add this label to force Kokoro to re-run the tests. automerge Merge the pull request once unit tests and other checks pass. labels May 14, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 14, 2019
@codecov
Copy link

codecov bot commented May 14, 2019

Codecov Report

Merging #483 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #483   +/-   ##
=======================================
  Coverage   97.21%   97.21%           
=======================================
  Files          10       10           
  Lines         431      431           
  Branches       55       55           
=======================================
  Hits          419      419           
  Partials       12       12

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 ee5d17f...070ae26. Read the comment docs.

@JustinBeckwith JustinBeckwith added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 14, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 14, 2019
@bcoe bcoe merged commit afe89de into master May 14, 2019
@bcoe bcoe deleted the renovate/opencensus-propagation-stackdriver-0.x branch May 14, 2019 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants