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.13 #1030

Merged
merged 1 commit into from
May 20, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2019

This PR contains the following updates:

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

Release Notes

census-instrumentation/opencensus-node

v0.0.13

Compare Source

  • Exporter/Stats/Prometheus: Fix missing tags for HTTP metrics
  • http-instrumentation: add support for the addition of custom attributes to spans
  • Set CurrentRootSpan correctly
  • Chore: update GRPC to 1.12.3
  • Fix: handle infinite loop caused by get traceState()
  • Chore: upgrade engines field to >=8
  • Chore: Fix js-yaml vulnerability from Codecov
  • Change CLS import to do stats type more general

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

  • Remove Span's startChildSpan(nameOrOptions?: string|SpanOptions, kind?: SpanKind) interface, now only SpanOptions object interface is supported.

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: At any time (no schedule defined).

🚦 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 20, 2019
@codecov
Copy link

codecov bot commented May 20, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1030   +/-   ##
=======================================
  Coverage   94.95%   94.95%           
=======================================
  Files          96       96           
  Lines        6249     6249           
  Branches      475      475           
=======================================
  Hits         5934     5934           
  Misses        160      160           
  Partials      155      155

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 28ecb16...cdf7f0f. Read the comment docs.

@kjin kjin merged commit 4c79b4f into master May 20, 2019
@renovate renovate bot deleted the renovate/opencensus-propagation-stackdriver-0.x branch May 20, 2019 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants