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

Update trace-mode-grafana.json (#2178)

* Update trace-mode-grafana.json

Update heatmap expression

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