func()

in opentelemetry_collector/receiver/nginxreceiver/metrics_receiver.go [27:32]


func (receiver *Receiver) Shutdown(ctx context.Context) error {
	receiver.stopOnce.Do(func() {
		receiver.nginxStatsCollector.StopCollection()
	})
	return nil
}