You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andriy Redko (Jira)" <ji...@apache.org> on 2021/09/02 01:06:00 UTC

[jira] [Updated] (CXF-8588) Micrometer operation UNKNOWN for clients

     [ https://issues.apache.org/jira/browse/CXF-8588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andriy Redko updated CXF-8588:
------------------------------
    Affects Version/s: 3.3.11

> 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
>
> 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)