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

Commit

Permalink
binlog.json: Fix node board and sql query time (#762) (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
liubo0127 authored May 23, 2019
1 parent 98e7b66 commit d8d5bb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/binlog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@
"expr": "histogram_quantile(0.99, rate(binlog_drainer_query_duration_time_bucket{instance = \"$drainer_instance\"}[1m]))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{job}}",
"legendFormat": "{{type}}",
"metric": "binlog_drainer_txn_duration_time_bucket",
"refId": "A",
"step": 2
Expand Down Expand Up @@ -1697,7 +1697,7 @@
"steppedLine": false,
"targets": [
{
"expr": "go_goroutines{job=\"binlog\"}",
"expr": "go_goroutines{job=~\"binlog|pump|drainer\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{instance}}",
Expand Down Expand Up @@ -1780,7 +1780,7 @@
"steppedLine": false,
"targets": [
{
"expr": "go_memstats_heap_inuse_bytes{job=\"binlog\"}",
"expr": "go_memstats_heap_inuse_bytes{job=~\"binlog|pump|drainer\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{instance}}",
Expand Down

0 comments on commit d8d5bb7

Please sign in to comment.