spring-projects / spring-ws

Spring Web Services
https://spring.io/projects/spring-ws
Apache License 2.0
321 stars 311 forks source link

Incorporate metrics into Spring Web Services [SWS-1024] #1094

Open gregturn opened 6 years ago

gregturn commented 6 years ago

Greg Turnquist opened SWS-1024 and commented


Affects: 3.0.1

0 votes, 5 watchers

johkin commented 1 month ago

Would it be of use to add support for Micrometer Observations for WebServiceTemplate and perhaps also for server Endpoints? Seems like this would require to add a dependency to Micrometer Observation and possibly request som modifications in the Spring Boot project? From the Observation api it's possible to add support for Micrometer Metrics, and possibly also Tracing (but I haven't looked into Tracing details).