Give a way to monitor http request from an adapater #8686
mathieu-pousse
started this conversation in
Ideas
Replies: 1 comment
-
|
Rather than create something bespoke here, and I think it would be better to look at tracing support, such as Open Telemetry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am wondering if you will agree that we enhance the
HttpClientBuilderused in the Java adapters, to propose a simple and efficient way to monitor the http calls made by the library.I'd like, as a developper using the keycloak adapter, to have a way to monitor the number / duration of calls made to get token refresh tokens, ...
We had an issue with our Keycloak server and could have handle that on the client side with caches / circuit breaker / fallback... if we could have had any monitoring.
This could be easily achieved by registering an
HttpRequestInterceptorandHttpResponseInterceptor.Those interceptors could be used by a developper to add logging, debugging, metrics, ...
WDYT ?
My idea was to add a few more fields to the
AdapterConfigand simply propagate them in theHttpClientBuilderLet me know
I'll we be pleased to contribute.
Beta Was this translation helpful? Give feedback.
All reactions