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

hanahmily pushed a commit to branch docs/telemetry
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/docs/telemetry by this push:
     new 2a92503  Update mesh-mode-grafana.json
2a92503 is described below

commit 2a92503da7feb9dd2fcc20780440ead32ffad166
Author: Gao Hongtao <[email protected]>
AuthorDate: Fri Jan 18 13:48:41 2019 +0800

    Update mesh-mode-grafana.json
    
    Fix heatmap
---
 docs/en/setup/backend/telemetry/mesh-mode-grafana.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/setup/backend/telemetry/mesh-mode-grafana.json 
b/docs/en/setup/backend/telemetry/mesh-mode-grafana.json
index 37a2233..ce56d32 100644
--- a/docs/en/setup/backend/telemetry/mesh-mode-grafana.json
+++ b/docs/en/setup/backend/telemetry/mesh-mode-grafana.json
@@ -864,7 +864,7 @@
       "links": [],
       "targets": [
         {
-          "expr": "rate(persistence_timer_bulk_execute_latency_bucket[10m])",
+          "expr": 
"sum(rate(persistence_timer_bulk_execute_latency_bucket[10m])) by (le)",
           "format": "heatmap",
           "hide": false,
           "instant": false,

Reply via email to