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