opencensus-node icon indicating copy to clipboard operation
opencensus-node copied to clipboard

HTTP Propagation: set `Correlation-Context` header

Open mayurkale22 opened this issue 6 years ago • 1 comments

Continuation of https://github.com/census-instrumentation/opencensus-node/pull/445 and Fixes #297

Specs: https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagMap.md#over-http

mayurkale22 avatar May 30 '19 21:05 mayurkale22

Codecov Report

Merging #567 into master will increase coverage by <.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #567      +/-   ##
=========================================
+ Coverage    95.3%   95.3%   +<.01%     
=========================================
  Files         148     148              
  Lines       10590   10656      +66     
  Branches      746     749       +3     
=========================================
+ Hits        10093   10156      +63     
- Misses        497     500       +3
Impacted Files Coverage Δ
src/stackdriver-monitoring.ts 77.02% <0%> (-2.71%) :arrow_down:
src/http.ts 90.3% <0%> (-0.06%) :arrow_down:
src/binary-format.ts 100% <0%> (ø) :arrow_up:
test/test-http.ts 98.86% <0%> (+0.24%) :arrow_up:

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 039c695...958c9e3. Read the comment docs.

codecov-io avatar May 30 '19 21:05 codecov-io