Skip to content

Commit

Permalink
Merge branch 'main' into remove-http-route-from-attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafain117 committed Sep 27, 2021
2 parents 5e7cd47 + 33935e7 commit 543b245
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ describe('OTLPMetricExporter - node with json over http', () => {
// Need to stub/spy on the underlying logger as the "diag" instance is global
const spyLoggerWarn = sinon.stub(diag, 'warn');
collectorExporter = new OTLPMetricExporter({
serviceName: 'basic-service',
url: address,
metadata,
} as any);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ describe('OTLPTraceExporter - node with json over http', () => {
// Need to stub/spy on the underlying logger as the "diag" instance is global
const spyLoggerWarn = sinon.stub(diag, 'warn');
collectorExporter = new OTLPTraceExporter({
serviceName: 'basic-service',
metadata,
url: address,
} as any);
Expand Down

0 comments on commit 543b245

Please sign in to comment.