Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Dec 12, 2023
1 parent fad7c17 commit 59ecc7a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (c *httpConv) ClientResponse(resp *http.Response) []attribute.KeyValue {
return attrs
}

// TraceClientRequest returns attributes for an HTTP request made by a client. The
// ClientRequest returns attributes for an HTTP request made by a client. The
// following attributes are always returned: "http.url", "http.method",
// "net.peer.name". The following attributes are returned if the related values
// are defined in req: "net.peer.port", "http.user_agent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (c *httpConv) ClientResponse(resp *http.Response) []attribute.KeyValue {
return attrs
}

// TraceClientRequest returns attributes for an HTTP request made by a client. The
// ClientRequest returns attributes for an HTTP request made by a client. The
// following attributes are always returned: "http.url", "http.method",
// "net.peer.name". The following attributes are returned if the related values
// are defined in req: "net.peer.port", "http.user_agent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (c *httpConv) ClientResponse(resp *http.Response) []attribute.KeyValue {
return attrs
}

// TraceClientRequest returns attributes for an HTTP request made by a client. The
// ClientRequest returns attributes for an HTTP request made by a client. The
// following attributes are always returned: "http.url", "http.method",
// "net.peer.name". The following attributes are returned if the related values
// are defined in req: "net.peer.port", "http.user_agent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (c *httpConv) ClientResponse(resp *http.Response) []attribute.KeyValue {
return attrs
}

// TraceClientRequest returns attributes for an HTTP request made by a client. The
// ClientRequest returns attributes for an HTTP request made by a client. The
// following attributes are always returned: "http.url", "http.method",
// "net.peer.name". The following attributes are returned if the related values
// are defined in req: "net.peer.port", "http.user_agent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (c *httpConv) ClientResponse(resp *http.Response) []attribute.KeyValue {
return attrs
}

// TraceClientRequest returns attributes for an HTTP request made by a client. The
// ClientRequest returns attributes for an HTTP request made by a client. The
// following attributes are always returned: "http.url", "http.method",
// "net.peer.name". The following attributes are returned if the related values
// are defined in req: "net.peer.port", "http.user_agent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (c *httpConv) ClientResponse(resp *http.Response) []attribute.KeyValue {
return attrs
}

// TraceClientRequest returns attributes for an HTTP request made by a client. The
// ClientRequest returns attributes for an HTTP request made by a client. The
// following attributes are always returned: "http.url", "http.method",
// "net.peer.name". The following attributes are returned if the related values
// are defined in req: "net.peer.port", "http.user_agent",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (c *httpConv) ClientResponse(resp *http.Response) []attribute.KeyValue {
return attrs
}

// TraceClientRequest returns attributes for an HTTP request made by a client. The
// ClientRequest returns attributes for an HTTP request made by a client. The
// following attributes are always returned: "http.url", "http.method",
// "net.peer.name". The following attributes are returned if the related values
// are defined in req: "net.peer.port", "http.user_agent",
Expand Down
2 changes: 1 addition & 1 deletion internal/shared/semconvutil/httpconv.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (c *httpConv) ClientResponse(resp *http.Response) []attribute.KeyValue {
return attrs
}

// TraceClientRequest returns attributes for an HTTP request made by a client. The
// ClientRequest returns attributes for an HTTP request made by a client. The
// following attributes are always returned: "http.url", "http.method",
// "net.peer.name". The following attributes are returned if the related values
// are defined in req: "net.peer.port", "http.user_agent",
Expand Down

0 comments on commit 59ecc7a

Please sign in to comment.