We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installed Prometheus Exporter for Jira trail to test it, when Prometheus attempts to scrape the site it get the following error:
server returned HTTP status 503 Service Unavailable
If I go directly to the metric link, the page loads and shows metrics.
Plugin Version: 1.0.39-jira8 Jira Version: v8.6.1 Prometheus Version: 2.20.0
Prometheus Scrape config:
- job_name: jira scheme: https metrics_path: '/plugins/servlet/prometheus/metrics' params: token: ['<128 character token>'] static_configs: - targets: - "jira.domain.com"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installed Prometheus Exporter for Jira trail to test it, when Prometheus attempts to scrape the site it get the following error:
If I go directly to the metric link, the page loads and shows metrics.
Plugin Version: 1.0.39-jira8
Jira Version: v8.6.1
Prometheus Version: 2.20.0
Prometheus Scrape config:
The text was updated successfully, but these errors were encountered: