Skip to content

Commit

Permalink
Update trace-mode-grafana.json (apache#2178)
Browse files Browse the repository at this point in the history
* Update trace-mode-grafana.json

Update heatmap expression

* Update trace-mode-grafana.json
  • Loading branch information
hanahmily authored and wu-sheng committed Jan 18, 2019
1 parent 30b0e05 commit da1a295
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/setup/backend/telemetry/trace-mode-grafana.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -1200,4 +1200,4 @@
"title": "SkyWalking trace-mode dashboard",
"uid": "7NEmel8mk",
"version": 17
}
}

0 comments on commit da1a295

Please sign in to comment.