func (e *Exporter) gatherMetricsTargetsSessionAccounts(
    gatherGroup *sync.WaitGroup, metricsChannel chan<- prometheus.Metric, client *http.Client,
) {
    targetType := "session_accounts"
    targetsSessionAccounts, err := wallix.GetTargets(client, e.Config.ScrapeURI, targetType)