Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring RestTemplate implementation of ClientInterface #1408

Open
sagarrohat opened this issue Dec 17, 2024 · 1 comment
Open

Spring RestTemplate implementation of ClientInterface #1408

sagarrohat opened this issue Dec 17, 2024 · 1 comment

Comments

@sagarrohat
Copy link

We would like to enable monitoring and observability for the external HTTP calls made by our application. For other endpoints, we use RestTemplate, which provides these features out of the box through its seamless integration with Spring Boot Actuator and Micrometer.

Adding a ClientInterface implementation using RestTemplate would allow Spring-based applications to leverage these capabilities effortlessly, eliminating the need for additional customization.

@sagarrohat sagarrohat changed the title Provide ClientInterface Implementation with Spring RestTemplate Spring RestTemplate implementation of ClientInterface Dec 17, 2024
@sagarrohat
Copy link
Author

Or maybe a way to customize CloseableHttpClient to add Observation interceptor https://docs.micrometer.io/micrometer/reference/reference/httpcomponents.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant