[
https://issues.apache.org/jira/browse/CXF-8588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andriy Redko resolved CXF-8588.
-------------------------------
Resolution: Fixed
> Micrometer operation UNKNOWN for clients
> ----------------------------------------
>
> Key: CXF-8588
> URL: https://issues.apache.org/jira/browse/CXF-8588
> Project: CXF
> Issue Type: Bug
> Components: JAX-RS
> Affects Versions: 3.4.4, 3.3.11
> Reporter: Maik T
> Assignee: Andriy Redko
> Priority: Major
> Fix For: 3.3.12, 3.4.5, 3.5.0
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)