22 Sep 2022
10:24 AM
- last edited on
19 Oct 2022
06:38 AM
by
MaciejNeumann
We have Golang k8s services making requests to public networks and we'd like to expose some http request headers as Request Attributes on the public network service (they have been made top level services). This works for our Node k8s services, but not our Golang. Upon attempting to create the Request Attributes, there is a warning message "Only works for Java, DotNet, and NodeJS based technologies". Anyone know what the reasoning is for this? Why not Golang or other technologies?
Is there a way to get around this so we can surface these values as Request Attributes?
Solved! Go to Solution.
Status: Accepted
@eric_miles we will add the ability to capture request/response headers on outgoing web requests and make them available via the request attribute source
That's great news! Any idea of timetable for this inclusion? Weeks, month, multiple months?
Hi @eric_miles , it will take rather multiple months. We will provide more feedback once we have a target release.
Featured Posts