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
This commit is contained in:
Gao Hongtao 2019-01-18 14:39:30 +08:00 committed by 吴晟 Wu Sheng
parent 0ca7386b68
commit 30b0e05aac
1 changed files with 3 additions and 3 deletions

View File

@ -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
}
}