Skip to content

Commit

Permalink
Fix ElasticSearch dashboard's thread pool queue panel (#439)
Browse files Browse the repository at this point in the history
* Fix ElasticSearch dashboard thread pool queue panel

This fixes the ElasticSearch dashboard's thread pool queue panel by
updating its query to request the correct metric.

* Bump prometheus-operator chart version

Co-authored-by: Alejandro Escobar <[email protected]>
  • Loading branch information
branden and alejandroEsc authored Feb 19, 2020
1 parent f38db87 commit 7d07c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion staging/prometheus-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sources:
- https://github.com/coreos/kube-prometheus
- https://github.com/coreos/prometheus-operator
- https://coreos.com/operators/prometheus
version: 8.7.1
version: 8.7.2
appVersion: 0.35.0
tillerVersion: ">=2.12.0"
home: https://github.com/coreos/prometheus-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4060,7 +4060,7 @@ data:
"steppedLine": false,
"targets": [
{
"expr": "elasticsearch_thread_pool_active_count{cluster=\"$cluster\",name=~\"$name\"}",
"expr": "elasticsearch_thread_pool_queue_count{cluster=\"$cluster\",name=~\"$name\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{`{{name}}`}}: {{`{{type}}`}}",
Expand Down

0 comments on commit 7d07c4e

Please sign in to comment.