mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 02:59:00 +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 }}>
|
||||
<ExternalApiGraph
|
||||
label="Average Duration"
|
||||
title="DataBase Calls Avg Duration"
|
||||
title="Database Calls Avg Duration (in ms)"
|
||||
dataIdentifier="avgDuration"
|
||||
fnDataIdentifier={(s) => Number(s) / 1000000}
|
||||
data={props.dbOverviewMetrics}
|
||||
|
Loading…
x
Reference in New Issue
Block a user