Shutdown() is the naming convention as detailed in the [exporter spec](https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/sdk-exporter.md) To keep naming consistent, update the receiver interface to `Shutdown` from `Stop` https://github.com/open-telemetry/opentelemetry-service/blob/master/receiver/receiver.go#L53 https://github.com/open-telemetry/opentelemetry-service/blob/master/receiver/receiver.go#L73