提交 30b0e05a 编写于 作者: G Gao Hongtao 提交者: wu-sheng

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
上级 0ca7386b
...@@ -450,7 +450,7 @@ ...@@ -450,7 +450,7 @@
"links": [], "links": [],
"targets": [ "targets": [
{ {
"expr": "rate(mesh_grpc_in_latency_bucket[10m])", "expr": "sum(rate(mesh_grpc_in_latency_bucket[10m])) by (le)",
"format": "heatmap", "format": "heatmap",
"hide": false, "hide": false,
"instant": false, "instant": false,
...@@ -864,7 +864,7 @@ ...@@ -864,7 +864,7 @@
"links": [], "links": [],
"targets": [ "targets": [
{ {
"expr": "rate(persistence_timer_bulk_execute_latency_bucket[10m])", "expr": "sum(rate(persistence_timer_bulk_execute_latency_bucket[10m])) by (le)",
"format": "heatmap", "format": "heatmap",
"hide": false, "hide": false,
"instant": false, "instant": false,
...@@ -1116,4 +1116,4 @@ ...@@ -1116,4 +1116,4 @@
"title": "SkyWalking mesh-mode dashboard", "title": "SkyWalking mesh-mode dashboard",
"uid": "P9nAI98mz", "uid": "P9nAI98mz",
"version": 4 "version": 4
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册