diff --git a/dashboards.kubernetes/jvm.json b/dashboards.kubernetes/jvm.json index a8af526..8ef424e 100644 --- a/dashboards.kubernetes/jvm.json +++ b/dashboards.kubernetes/jvm.json @@ -428,7 +428,7 @@ "thresholds": [], "timeFrom": null, "timeShift": null, - "title": "GC Pauses", + "title": "GC Collection Time", "tooltip": { "shared": true, "sort": 0, diff --git a/dashboards.template/jvm.json.j2 b/dashboards.template/jvm.json.j2 index 1686e00..6cc8a62 100644 --- a/dashboards.template/jvm.json.j2 +++ b/dashboards.template/jvm.json.j2 @@ -437,7 +437,7 @@ This will make graph ledgends display the pod name instead of IP and port inform "thresholds": [], "timeFrom": null, "timeShift": null, - "title": "GC Pauses", + "title": "GC Collection Time", "tooltip": { "shared": true, "sort": 0, diff --git a/dashboards/jvm.json b/dashboards/jvm.json index f10e148..7a334fd 100644 --- a/dashboards/jvm.json +++ b/dashboards/jvm.json @@ -428,7 +428,7 @@ "thresholds": [], "timeFrom": null, "timeShift": null, - "title": "GC Pauses", + "title": "GC Collection Time", "tooltip": { "shared": true, "sort": 0,