I am using Rest template to make API third party API request from my server.
management.endpoints.web.exposure.include=*
After doing all this I am not able to view http.client.request
I wanted to know where I am missing, why http.client.request not coming. I also made request various time but then also I didn't get anything

