Best ways to get Metrics for RestClients ? #3939
-
Hi, I have some RestClients defined with interfaces annotated with @RegisterRestClient - how can I get metrics for them? Can I somehow use the @timed annotation ? I know I can just implement ClientRequestFilter and ClientResponseFilter, but I'm looking for a better solution. Best regards Martin |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Apologies for delay in response. We currently have following issues open to support this feature #6057 #5953 If you can update either of them based on your use case, that would be helpful. |
Beta Was this translation helpful? Give feedback.
Apologies for delay in response.
We currently have following issues open to support this feature
#6057
Helidon does not support MP metrics annotations on MP REST clients
#5953
Add built-in support for automatic metrics on REST client outbound requests
If you can update either of them based on your use case, that would be helpful.