Recently,our team use springboot actuator to monitor every request count and time,and we implement this in the gateway mondule. However,we find that we can only monitor the uri information,and it fails to monitor the every specific request.Here is the example
we want to monitor like /sdk/v1/test1,/sdk/v1/test2,but only uri lb:http://entity-auth showed.
By the way, finally we implement this in the gateway mondule filter succefully by recording every request.If there any alternative method that we can choose to implement by gateway?
Recently,our team use springboot actuator to monitor every request count and time,and we implement this in the gateway mondule. However,we find that we can only monitor the uri information,and it fails to monitor the every specific request.Here is the example we want to monitor like /sdk/v1/test1,/sdk/v1/test2,but only uri lb:http://entity-auth showed. By the way, finally we implement this in the gateway mondule filter succefully by recording every request.If there any alternative method that we can choose to implement by gateway?