mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 23:09:03 +08:00
updates label of graph
This commit is contained in:
parent
ec52ad7636
commit
f412573972
@ -108,7 +108,7 @@ const _ServiceMetrics = (props: ServicesMetricsProps) => {
|
||||
<Col span={12}>
|
||||
<Card bodyStyle={{ padding: 10 }}>
|
||||
<ExternalApiGraph
|
||||
title="External Call RPS(by Address)"
|
||||
title=" External Call Error Rate"
|
||||
keyIdentifier="externalHttpUrl"
|
||||
dataIdentifier="numCalls"
|
||||
data={props.externalErrCodeMetrics}
|
||||
|
@ -166,7 +166,7 @@ export const getExternalErrCodeMetrics = (
|
||||
const response = await api.get<externalErrCodeMetricsItem[]>(
|
||||
apiV1 + request_string,
|
||||
);
|
||||
console.log("Re", response);
|
||||
|
||||
dispatch<externalErrCodeMetricsActions>({
|
||||
type: ActionTypes.getErrCodeMetrics,
|
||||
payload: response.data,
|
||||
|
Loading…
x
Reference in New Issue
Block a user