mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 00:05:57 +08:00
fix: changed error rate to error percentage
This commit is contained in:
parent
36827a1667
commit
6b418a125b
@ -23,7 +23,7 @@ function DomainMetrics({ domainData }: { domainData: any }): JSX.Element {
|
|||||||
type="secondary"
|
type="secondary"
|
||||||
className="domain-details-metadata-label"
|
className="domain-details-metadata-label"
|
||||||
>
|
>
|
||||||
ERROR RATE
|
ERROR %
|
||||||
</Typography.Text>
|
</Typography.Text>
|
||||||
<Typography.Text
|
<Typography.Text
|
||||||
type="secondary"
|
type="secondary"
|
||||||
|
@ -54,7 +54,7 @@ function EndPointMetrics({
|
|||||||
type="secondary"
|
type="secondary"
|
||||||
className="domain-details-metadata-label"
|
className="domain-details-metadata-label"
|
||||||
>
|
>
|
||||||
ERROR RATE
|
ERROR %
|
||||||
</Typography.Text>
|
</Typography.Text>
|
||||||
<Typography.Text
|
<Typography.Text
|
||||||
type="secondary"
|
type="secondary"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user