Skip to content
New issue

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

Prometheus Sees a 503 error when trying to scrape endpoint page #71

Open
BenB196 opened this issue Jul 28, 2020 · 0 comments
Open

Prometheus Sees a 503 error when trying to scrape endpoint page #71

BenB196 opened this issue Jul 28, 2020 · 0 comments

Comments

@BenB196
Copy link

BenB196 commented Jul 28, 2020

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant