mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-16 05:36:03 +08:00
fix: handle defaults for apm and aws (#4678)
This commit is contained in:
parent
4b4008642d
commit
666916fae2
@ -196,7 +196,10 @@ export default function Onboarding(): JSX.Element {
|
|||||||
}
|
}
|
||||||
} else if (selectedModule?.id === ModulesMap.APM) {
|
} else if (selectedModule?.id === ModulesMap.APM) {
|
||||||
handleAPMSteps();
|
handleAPMSteps();
|
||||||
updateSelectedDataSource(defaultApplicationDataSource);
|
|
||||||
|
if (!selectedDataSource) {
|
||||||
|
updateSelectedDataSource(defaultApplicationDataSource);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
|
@ -223,7 +223,7 @@ const supportedInfraMetrics = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
export const defaultAwsServices = {
|
export const defaultAwsServices = {
|
||||||
name: 'EC2 - Application Logs',
|
name: 'EC2 - App/Server Logs',
|
||||||
id: 'awsEc2ApplicationLogs',
|
id: 'awsEc2ApplicationLogs',
|
||||||
imgURL: `/Logos/ec2.svg`,
|
imgURL: `/Logos/ec2.svg`,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user