Merge pull request #73 from SigNoz/update-graph-title

Change Title in DB Calls Tab
This commit is contained in:
Ankit Nayan 2021-05-02 20:12:23 +05:30 committed by GitHub
commit 3294463599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}