ZIRAKrezovic
ZIRAKrezovic
### Q&A (please complete the following information) - OS: Windows - Browser: Chrome - Version: 119 - Method of installation: WebJar (*) - Swagger-UI version: 5.10.3 - Swagger/OpenAPI version: OpenAPI...
Fixes: #4255
**Describe the bug** I have just spent some hours debugging why RestTemplate is not propagating traces to Eureka Server. Turns out RestTemplateTransportClientFactory creates a RestTemplate instance by calling `new RestTemplate()`....
**Describe the solution you'd like** Complements: https://github.com/spring-cloud/spring-cloud-netflix/issues/4255 Consider implementing RestClientTransportClientFactory to complement existing RestTemplateClientFactory (not exactly based on RestTemplate), which is kind of deprecated. https://docs.spring.io/spring-framework/reference/integration/rest-clients.html#rest-restclient See note: https://docs.spring.io/spring-framework/reference/integration/rest-clients.html#rest-resttemplate
I have been debugging a memory issue and pinned it finally to loki-logback-encoder. Lets start with my analysis My memory heap dump (relevant part only)  Loki appender related in:...
When using JDBC observability linked from official Spring Boot documentation https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.observability -> https://jdbc-observations.github.io/datasource-micrometer/docs/current/docs/html/ and including the mentioned spring boot starter ``` net.ttddyy.observation datasource-micrometer-spring-boot 1.0.3 ``` Application startup fails when datasource-proxy-spring-boot-starter...