This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 56ad2171bec [improve][monitor] Rename "GC Pauses" to "GC Time" in 
Pulsar JVM dashboards (#18891)
56ad2171bec is described below

commit 56ad2171bec22222cf963ba018efc5e921330111
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Dec 16 10:44:22 2022 +0200

    [improve][monitor] Rename "GC Pauses" to "GC Time" in Pulsar JVM dashboards 
(#18891)
---
 grafana/dashboards/jvm.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/grafana/dashboards/jvm.json b/grafana/dashboards/jvm.json
index 94072fc445b..aca4539dfae 100644
--- a/grafana/dashboards/jvm.json
+++ b/grafana/dashboards/jvm.json
@@ -374,7 +374,7 @@
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "GC Pauses",
+          "title": "GC Time",
           "tooltip": {
             "shared": true,
             "sort": 0,
@@ -779,7 +779,7 @@
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "GC Pauses",
+          "title": "GC Time",
           "tooltip": {
             "shared": true,
             "sort": 0,
@@ -1184,7 +1184,7 @@
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "GC Pauses",
+          "title": "GC Time",
           "tooltip": {
             "shared": true,
             "sort": 0,
@@ -1589,7 +1589,7 @@
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "GC Pauses",
+          "title": "GC Time",
           "tooltip": {
             "shared": true,
             "sort": 0,
@@ -1994,7 +1994,7 @@
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "GC Pauses",
+          "title": "GC Time",
           "tooltip": {
             "shared": true,
             "sort": 0,
@@ -2399,7 +2399,7 @@
           "thresholds": [],
           "timeFrom": null,
           "timeShift": null,
-          "title": "GC Pauses",
+          "title": "GC Time",
           "tooltip": {
             "shared": true,
             "sort": 0,

Reply via email to