Skip to content

Commit

Permalink
Return the rounded number of GC young events
Browse files Browse the repository at this point in the history
  • Loading branch information
dpavlos committed Oct 29, 2019
1 parent c364b21 commit f35db38
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions logstash_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "6.4.2"
"version": "6.4.3"
},
{
"type": "panel",
Expand Down Expand Up @@ -55,7 +55,7 @@
"gnetId": null,
"graphTooltip": 0,
"id": null,
"iteration": 1571312435166,
"iteration": 1572349323311,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -1160,6 +1160,7 @@
"#d44a3a"
],
"datasource": "${DS_PROMETHEUS}",
"description": "Returns the rounded number of GC young events as measured over the time period specified by the user.",
"format": "none",
"gauge": {
"maxValue": 100,
Expand Down Expand Up @@ -1216,7 +1217,7 @@
"tableColumn": "",
"targets": [
{
"expr": "increase(logstash_jvm_gc_collectors_young_collection_count{instance=~'$instance'}[$__range])",
"expr": "ceil(increase(logstash_jvm_gc_collectors_young_collection_count{instance=~'$instance'}[$__range]))",
"refId": "A"
}
],
Expand Down Expand Up @@ -2131,7 +2132,7 @@
]
},
"time": {
"from": "now-30m",
"from": "now-5m",
"to": "now"
},
"timepicker": {
Expand All @@ -2151,5 +2152,5 @@
"timezone": "",
"title": "Logstash monitoring",
"uid": "zZQH3zhWz",
"version": 41
}
"version": 1
}

0 comments on commit f35db38

Please sign in to comment.