-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Description
We are trying to apply Pinpoint version 3.0.1 in a production environment with WebFlux and asynchronous logging. We have added the lmaxDisruptor library to pinpoint/lib accordingly. #12993
However, in the URI statistics, the path is showing up as /null.
We have set the following configurations
-Dprofiler.uri.stat.spring.webflux.enable=true
-Dprofiler.uri.stat.spring.webflux.useuserinput=true
and also tried setting
request.exchange().getAttributes().put("pinpoint.metric.uri-template", "/authorize");
but the URI still appears as /null.
How can we resolve this issue?
Metadata
Metadata
Assignees
Labels
No labels