Details
Description
When setting up an RS client proxy via interface and configuring the Micrometer feature as documented, the operation is always set to UNKNOWN:
[...]operation.UNKNOWN[...]
It seems to miss BindingOperationInfo which is not set to Exchange. Refer to org.apache.cxf.message.MessageUtils.getTargetMethod(Message)
My workaround was to write my own client-specific TagsCustomizer which reads Method.class from Exchange.
Notice, only clients are affected. For servers, metrics work as expected/documented.
Attachments
Issue Links
- links to