Skip to content

Commit

Permalink
fix: yAccessor unit and legend (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
YiniXu9506 authored Jul 26, 2022
1 parent abdf02c commit 01b5b58
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ const monitoringItems = [
}
],
nullValue: TransformNullValue.AS_ZERO,
unit: 's',
unit: 'µs',
type: 'line'
},
{
Expand Down Expand Up @@ -363,7 +363,7 @@ const monitoringItems = [
{
query:
'sum(rate(tidb_session_transaction_duration_seconds_sum[$__rate_interval])) by (txn_mode)/ sum(rate(tidb_session_transaction_duration_seconds_count[$__rate_interval])) by (txn_mode)',
name: 'avg'
name: 'avg-{txn_mode}'
},
{
query:
Expand Down

0 comments on commit 01b5b58

Please sign in to comment.