Skip to content

Commit

Permalink
Update receiver/otlpreceiver/internal/metrics/otlp.go
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Bradley <[email protected]>
  • Loading branch information
VihasMakwana and evan-bradley authored Aug 31, 2023
1 parent a1fbfa8 commit 4cc545d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/otlpreceiver/internal/metrics/otlp.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ func (r *Receiver) Export(ctx context.Context, req pmetricotlp.ExportRequest) (p
return pmetricotlp.NewExportResponse(), s.Err()
}

return pmetricotlp.NewExportResponse(), err
return pmetricotlp.NewExportResponse(), nil
}

0 comments on commit 4cc545d

Please sign in to comment.