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