This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 30b0e05 Update mesh-mode-grafana.json (#2177)
30b0e05 is described below
commit 30b0e05aac9c56fafd235b861f251958bdace3de
Author: Gao Hongtao <[email protected]>
AuthorDate: Fri Jan 18 14:39:30 2019 +0800
Update mesh-mode-grafana.json (#2177)
* Update mesh-mode-grafana.json
fix bugs for more than one instance
* Update mesh-mode-grafana.json
Fix heatmap
---
docs/en/setup/backend/telemetry/mesh-mode-grafana.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/en/setup/backend/telemetry/mesh-mode-grafana.json
b/docs/en/setup/backend/telemetry/mesh-mode-grafana.json
index 95baf57..ce56d32 100644
--- a/docs/en/setup/backend/telemetry/mesh-mode-grafana.json
+++ b/docs/en/setup/backend/telemetry/mesh-mode-grafana.json
@@ -450,7 +450,7 @@
"links": [],
"targets": [
{
- "expr": "rate(mesh_grpc_in_latency_bucket[10m])",
+ "expr": "sum(rate(mesh_grpc_in_latency_bucket[10m])) by (le)",
"format": "heatmap",
"hide": false,
"instant": false,
@@ -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,
@@ -1116,4 +1116,4 @@
"title": "SkyWalking mesh-mode dashboard",
"uid": "P9nAI98mz",
"version": 4
-}
\ No newline at end of file
+}