Skip to content

Commit

Permalink
Merge branch 'main' into http-capture-headers-as-attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk authored Sep 27, 2021
2 parents c347e60 + 33935e7 commit d2c8c61
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 d2c8c61

Please sign in to comment.