-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Document instrumentation for RestTemplate and/or WebClient #29904
Copy link
Copy link
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: documentationA documentation taskA documentation task
Milestone
Description
Affects: 6.0.x
The following callout was written in the Spring Sleuth documentation for HTTP clients:
You have to register RestTemplate as a bean so that the interceptors get injected. If you create a RestTemplate instance with a new keyword, the instrumentation does NOT work.
I can't figure out if the same guidance applies in 6.0.x for Micrometer Tracing at either:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: documentationA documentation taskA documentation task