Skip to content

Commit

Permalink
Upgrade to opentracing-javascript 0.14 (open-telemetry#117)
Browse files Browse the repository at this point in the history
* Upgrade to opentracing-javascript 0.14

Signed-off-by: Yuri Shkuro <[email protected]>

* Test fixes

Signed-off-by: Yuri Shkuro <[email protected]>

* TODO import

Signed-off-by: Yuri Shkuro <[email protected]>

* Regenerate lock file

Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Apr 21, 2020
1 parent ee4beaa commit 5f0880e
Show file tree
Hide file tree
Showing 19 changed files with 1,027 additions and 765 deletions.
2 changes: 1 addition & 1 deletion crossdock/src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import fs from 'fs';
import path from 'path';
import dns from 'dns';
import DefaultContext from '../../src/default_context';
import opentracing from 'opentracing';
import * as opentracing from 'opentracing';
import request from 'request';
import RSVP from 'rsvp';
import Span from '../../src/span.js';
Expand Down
2 changes: 1 addition & 1 deletion crossdock/src/http_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ConstSampler from '../../src/samplers/const_sampler.js';
import express from 'express';
import Helpers from './helpers';
import InMemoryReporter from '../../src/reporters/in_memory_reporter.js';
import opentracing from 'opentracing';
import * as opentracing from 'opentracing';
import Tracer from '../../src/tracer.js';
import EndToEndHandler from './endtoend_handler';

Expand Down
2 changes: 1 addition & 1 deletion crossdock/src/tchannel_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import DefaultContext from '../../src/default_context.js';
import Helpers from './helpers';
import InMemoryReporter from '../../src/reporters/in_memory_reporter.js';
import Tracer from '../../src/tracer.js';
import opentracing from 'opentracing';
import * as opentracing from 'opentracing';
import path from 'path';
import TChannelBridge from '../../src/tchannel_bridge';

Expand Down
2 changes: 1 addition & 1 deletion crossdock/test/tchannel_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import * as constants from '../../src/constants';
import * as crossdock_constants from '../src/constants';
import ConstSampler from '../../src/samplers/const_sampler.js';
import DefaultContext from '../../src/default_context';
import opentracing from 'opentracing';
import * as opentracing from 'opentracing';
import InMemoryReporter from '../../src/reporters/in_memory_reporter.js';
import TChannelBridge from '../../src/tchannel_bridge';
import TChannelServer from '../src/tchannel_server.js';
Expand Down
Loading

0 comments on commit 5f0880e

Please sign in to comment.