From 71fb26e0fc2beb03af73e0ea6862f958b164456d Mon Sep 17 00:00:00 2001 From: hbhoyar-uber <77765453+hbhoyar-uber@users.noreply.github.com> Date: Fri, 14 Apr 2023 19:34:09 +0530 Subject: [PATCH] Update client_http_request.go --- runtime/client_http_request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/client_http_request.go b/runtime/client_http_request.go index 7aa190a03..f4abb1971 100644 --- a/runtime/client_http_request.go +++ b/runtime/client_http_request.go @@ -40,8 +40,8 @@ var metricNormalizer = strings.NewReplacer("::", "--") // ClientHTTPRequest is the struct for making a single client request using an outbound http client. type ClientHTTPRequest struct { - ClientID string ClientTargetEndpoint string + ClientID string MethodName string Metrics ContextMetrics client *HTTPClient