knoobie created CXF-9152:
----------------------------
Summary: Adding @Timed annotation to JaxWS WebService class breaks
Micrometer integration
Key: CXF-9152
URL: https://issues.apache.org/jira/browse/CXF-9152
Project: CXF
Issue Type: Bug
Affects Versions: 4.1.2
Reporter: knoobie
Attachments: image-2025-07-21-10-06-16-730.png
When using `@Timed("my.name")` on a JaxWS Webservice class to monitor its
usage, the `cxf.server.requests` metrics bucket is gone.
Expectation: `cxf.server.requests` and `my.name` metrics are available.
Reproducer: Add `@Timed("my.name") to
https://github.com/apache/cxf/blob/main/systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxws/resources/HelloServiceImpl.java
!image-2025-07-21-10-06-16-730.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)