Skip to content

Commit

Permalink
jfr dashboard fixes for "Java Monitor Enter stacktraces" and "Java Mo…
Browse files Browse the repository at this point in the history
…nitor Wait stacktraces"
  • Loading branch information
PeterPaul-Perfana committed Oct 14, 2024
1 parent cbd6553 commit 6b8339e
Showing 1 changed file with 5 additions and 48 deletions.
53 changes: 5 additions & 48 deletions dashboards/jfr-dashboard-export-share-0.5.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,4 @@
{
"__inputs": [
{
"name": "DS_INFLUXDB_JFR",
"label": "InfluxDB JFR",
"description": "",
"type": "datasource",
"pluginId": "influxdb",
"pluginName": "InfluxDB"
}
],
"__elements": {},
"__requires": [
{
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "10.1.5"
},
{
"type": "datasource",
"id": "influxdb",
"name": "InfluxDB",
"version": "1.0.0"
},
{
"type": "panel",
"id": "stat",
"name": "Stat",
"version": ""
},
{
"type": "panel",
"id": "table",
"name": "Table",
"version": ""
},
{
"type": "panel",
"id": "timeseries",
"name": "Time series",
"version": ""
}
],
"annotations": {
"list": [
{
Expand Down Expand Up @@ -2020,7 +1977,7 @@
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT \"stacktrace\",\"objectClass\" FROM \"default\".\"big-allocations\" WHERE $timeFilter",
"rawQuery": false,
"rawQuery": true,
"refId": "B",
"resultFormat": "time_series",
"select": [
Expand Down Expand Up @@ -2762,8 +2719,8 @@
"measurement": "java-monitor-enter",
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT \"stacktrace\",\"objectClass\" FROM \"default\".\"big-allocations\" WHERE $timeFilter",
"rawQuery": false,
"query": "SELECT \"stacktrace\",\"monitor-class\",\"thread\",\"previous-owner\",\"address\" FROM \"default\".\"java-monitor-enter\" WHERE $timeFilter",
"rawQuery": true,
"refId": "B",
"resultFormat": "time_series",
"select": [
Expand Down Expand Up @@ -3145,8 +3102,8 @@
"measurement": "java-monitor-wait",
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT \"stacktrace\",\"objectClass\" FROM \"default\".\"big-allocations\" WHERE $timeFilter",
"rawQuery": false,
"query": "SELECT \"stacktrace\",\"monitor-class\",\"thread\",\"notifier\",\"timeout\",\"timed-out\" FROM \"default\".\"java-monitor-wait\" WHERE $timeFilter",
"rawQuery": true,
"refId": "B",
"resultFormat": "time_series",
"select": [
Expand Down

0 comments on commit 6b8339e

Please sign in to comment.