Skip to content

Commit

Permalink
update dashboard: added application variable
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPaul-Perfana committed Nov 19, 2023
1 parent 5b0f5cc commit 4d8278e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To use JfrExporter:

## Download

Direct [download version 0.1.0](https://github.com/perfana/jfr-exporter/releases/download/0.1.0/jfr-exporter-0.1.0.jar)
Direct [download version 0.2.0](https://github.com/perfana/jfr-exporter/releases/download/0.2.0/jfr-exporter-0.1.0.jar)

Download the latest release from the [releases page](https://github.com/perfana/jfr-exporter/releases).

Expand Down Expand Up @@ -66,6 +66,7 @@ Usage: java JfrExporter
--duration <ISO-duration>
--application,-a <application>
--bigObjectThreshold <bytes>
--bigObjectSampleWeightThreshold <bytes>
--influxUrl <influxUrl>
--influxDatabase <influxDatabase>
--influxUser <influxUser>
Expand Down
20 changes: 18 additions & 2 deletions dashboards/jfr-dashboard-export-share.json
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,23 @@
"perfana"
],
"templating": {
"list": []
"list": [
{
"current": {},
"definition": "SHOW TAG VALUES WITH KEY = \"application\"",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "application",
"options": [],
"query": "SHOW TAG VALUES WITH KEY = \"application\"",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 0,
"type": "query"
}
]
},
"time": {
"from": "now-15m",
Expand All @@ -1991,6 +2007,6 @@
"timezone": "",
"title": "Perfana JFR Metrics",
"uid": "jfr-exporter-v1",
"version": 8,
"version": 1,
"weekStart": ""
}

0 comments on commit 4d8278e

Please sign in to comment.