You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2019/01/18 05:48:45 UTC

[incubator-skywalking] branch docs/telemetry updated: Update mesh-mode-grafana.json

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 <ha...@gmail.com>
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,