Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
scripts: update txn metrics (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackysp authored Dec 27, 2019
1 parent 64a18c6 commit 8843d41
Show file tree
Hide file tree
Showing 3 changed files with 696 additions and 702 deletions.
8 changes: 4 additions & 4 deletions scripts/overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"gnetId": null,
"graphTooltip": 1,
"id": null,
"iteration": 1564756163207,
"iteration": 1577357354898,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -2239,7 +2239,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(tidb_session_transaction_total[1m])) by (type)",
"expr": "sum(rate(tidb_session_transaction_duration_seconds_count[1m])) by (type)",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{type}}",
Expand Down Expand Up @@ -5197,5 +5197,5 @@
"timezone": "browser",
"title": "Test-Cluster-Overview",
"uid": "eDbRZpnWk",
"version": 11
}
"version": 1
}
Loading

0 comments on commit 8843d41

Please sign in to comment.