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