Skip to content

Commit 8b30965

Browse files
ktosoglbrntt
andauthored
Fix attribute key to be body response size specifcially
Co-authored-by: George Barnett <[email protected]>
1 parent 552286b commit 8b30965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncHTTPClient/HTTPClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ public final class HTTPClient: Sendable {
11061106
@usableFromInline package var requestMethod: String = "http.request.method"
11071107
@usableFromInline package var requestBodySize: String = "http.request.body.size"
11081108

1109-
@usableFromInline package var responseBodySize: String = "http.response.size"
1109+
@usableFromInline package var responseBodySize: String = "http.response.body.size"
11101110
@usableFromInline package var responseStatusCode: String = "http.status_code"
11111111

11121112
@usableFromInline package var httpFlavor: String = "http.flavor"

0 commit comments

Comments
 (0)