I have 2 replica of a single spring boot services with same service url and context path and they are running on 2 different pods and i have registered both the services to spring boot admin ui but there instance id is same can someone suggest me how to create a unique one, due to this I am not able to change logs as it is causing issues with communication between the Spring Boot Admin Server and the instances.
I have already tried to change some metadata but no luck so far.
Can we set a custom instance ID that is unique for each instance of my service in spring boot admin server itself.