Skip to content

Commit

Permalink
Update experimental/packages/opentelemetry-sdk-metrics-base/src/expor…
Browse files Browse the repository at this point in the history
…t/MetricExporter.ts

Co-authored-by: legendecas <[email protected]>
  • Loading branch information
srikanthccv and legendecas authored Feb 22, 2022
1 parent ceb2282 commit e18900f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface PushMetricExporter {
export class ConsoleMetricExporter implements PushMetricExporter {
protected _shutdown = true;

async export(_batch: MetricData[], resultCallback: (result: ExportResult) => void) {
export(_batch: MetricData[], resultCallback: (result: ExportResult) => void) {
return resultCallback({
code: ExportResultCode.FAILED,
error: new Error('Method not implemented')
Expand Down

0 comments on commit e18900f

Please sign in to comment.