mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 17:59:01 +08:00
updates DB graph title
This commit is contained in:
parent
00c3342b4d
commit
e767886565
@ -198,7 +198,7 @@ const _ServiceMetrics = (props: ServicesMetricsProps) => {
|
|||||||
<Card bodyStyle={{ padding: 10 }}>
|
<Card bodyStyle={{ padding: 10 }}>
|
||||||
<ExternalApiGraph
|
<ExternalApiGraph
|
||||||
label="Average Duration"
|
label="Average Duration"
|
||||||
title="DataBase Calls Avg Duration"
|
title="Database Calls Avg Duration (in ms)"
|
||||||
dataIdentifier="avgDuration"
|
dataIdentifier="avgDuration"
|
||||||
fnDataIdentifier={(s) => Number(s) / 1000000}
|
fnDataIdentifier={(s) => Number(s) / 1000000}
|
||||||
data={props.dbOverviewMetrics}
|
data={props.dbOverviewMetrics}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user