Skip to content

Commit

Permalink
fix: revert trace exporter test
Browse files Browse the repository at this point in the history
  • Loading branch information
Abinet18 committed May 4, 2023
1 parent e4a48b9 commit adbdf8f
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@

import { diag } from '@opentelemetry/api';
import { ExportResultCode } from '@opentelemetry/core';
import { ReadableLogRecord } from '@opentelemetry/sdk-logs';
import { ReadableSpan } from '@opentelemetry/sdk-trace-base'
import * as assert from 'assert';
import * as http from 'http';
import * as sinon from 'sinon';
import { Stream, PassThrough } from 'stream';
import * as zlib from 'zlib';
import { OTLPLogsExporter } from '../../src';
import { OTLPTraceExporter } from '../../src';
import {
ensureExportLogServiceRequestIsSet,
ensureProtoLogIsCorrect,
mockedReadableLogRecord,
ensureExportTraceServiceRequestIsSet,
ensureProtoSpanIsCorrect,
mockedReadableSpan,
MockedResponse,
} from '../traceHelper';
import {
Expand Down

0 comments on commit adbdf8f

Please sign in to comment.