func (e *Exporter) gatherMetricsGroups(
    gatherGroup *sync.WaitGroup, metricsChannel chan<- prometheus.Metric, client *http.Client,
) {
    groups, err := wallix.GetGroups(client, e.Config.ScrapeURI)
    if err != nil {