Skip to content

Commit

Permalink
Cleanup: Use ReceiverSettings when possible (#1476)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu authored Aug 4, 2020
1 parent 2cea3c6 commit 8af0a90
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions component/componenttest/example_factories.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,6 @@ func (exp *ExampleExporterConsumer) ConsumeLogs(_ context.Context, ld pdata.Logs
return nil
}

// Name returns the name of the exporter.
func (exp *ExampleExporterConsumer) Name() string {
return "exampleexporter"
}

// Shutdown is invoked during shutdown.
func (exp *ExampleExporterConsumer) Shutdown(context.Context) error {
exp.ExporterShutdown = true
Expand Down

0 comments on commit 8af0a90

Please sign in to comment.