AndreyVMarkelov/jira-prometheus-exporter

Duplicate Quick Search Gauge metrics error

Closed this issue · 1 comments

When deploying to Jira 7.6 we get two Quick Search gauges which causes our setup to fail. Is there any control over what metrics are exposed or a way to remove duplicates? Here is an example from an out of the box setup of Jira.

# HELP jira_concurrent_number_of_quicksearches_gauge Concurrent number of quicksearches
# TYPE jira_concurrent_number_of_quicksearches_gauge gauge
jira_concurrent_number_of_quicksearches_gauge 0.0
# HELP jira_concurrent_number_of_quicksearches_gauge Concurrent number of quicksearches
# TYPE jira_concurrent_number_of_quicksearches_gauge gauge
jira_concurrent_number_of_quicksearches_gauge 0.0

@rfrymire fixed. Sorry for that