Is your feature request related to a problem? Please describe.
I want to only trace request using method POST, DELETE.
In the OtelHttpClientHandler and brave, I can easily use SamplerFunction to achieve this, but I can't use that way in the OtelHttpServerHandler.. I can use only skip patterns to filter ServerRequest..
Sleuth and Sleuth OTel are feature complete projects and this looks like a new feature. Unless you're willing to contribute it we would not be planning on adding it.
Is your feature request related to a problem? Please describe.
I want to only trace request using method POST, DELETE.
In the OtelHttpClientHandler and brave, I can easily use SamplerFunction to achieve this, but I can't use that way in the OtelHttpServerHandler.. I can use only skip patterns to filter ServerRequest..
Describe the solution you'd like add SamplerFunction in OtelHttpServerHandler constructor and use Qualifier might seem to achieve this..