jira-prometheus-exporter icon indicating copy to clipboard operation
jira-prometheus-exporter copied to clipboard

Prometheus Sees a 503 error when trying to scrape endpoint page

Open BenB196 opened this issue 3 years ago • 0 comments

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"

BenB196 avatar Jul 28 '20 21:07 BenB196