Alexander

Results 1 comments of Alexander

The following did work for me. I generated the Token like [this](https://docs.sonarqube.org/latest/user-guide/user-token/). - job_name: 'sonarqube-test' metrics_path: '/api/prometheus/metrics' scheme: https static_configs: - targets: ['your.sonarqube.com'] basic_auth: username: Edit: Formatting