in opentelemetry_collector/receiver/vmagereceiver/metrics_receiver.go [27:32]
func (receiver *Receiver) Shutdown(ctx context.Context) error { receiver.stopOnce.Do(func() { receiver.vmAgeCollector.StopCollection() }) return nil }