Open mergify[bot] opened 23 hours ago
server.address is empty in HTTP request logs.
server.address
Populate server.address using the interface associated with http.LocalAddrContextKey.
http.LocalAddrContextKey
start a fleet-server and make an HTTP request.
./changelog/fragments
Issues 0 New issues 0 Fixed issues 0 Accepted issues
Measures 0 Security Hotspots 100.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarQube
What is the problem this PR solves?
server.address
is empty in HTTP request logs.How does this PR solve the problem?
Populate
server.address
using the interface associated withhttp.LocalAddrContextKey
.How to test this PR locally
start a fleet-server and make an HTTP request.
Design Checklist
Checklist
I have made corresponding changes to the documentationI have made corresponding change to the default configuration files./changelog/fragments
using the changelog toolThis is an automatic backport of pull request #4142 done by Mergify.