Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/otelhttp-transport-metrics' into…
Browse files Browse the repository at this point in the history
… otelhttp-transport-metrics
  • Loading branch information
RangelReale committed Aug 15, 2023
2 parents 09066a8 + 165ee4b commit 75c7903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instrumentation/net/http/otelhttp/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const (

// Client HTTP metrics.
const (
ClientRequestContentLength = "http.client.request_content_length" // Outgoing request bytes total
ClientResponseContentLength = "http.client.response_content_length" // Outgoing response bytes total
ClientRequestContentLength = "http.client.request.size" // Outgoing request bytes total
ClientResponseContentLength = "http.client.response.size" // Outgoing response bytes total
ClientLatency = "http.client.duration" // Outgoing end to end duration, microseconds
)

Expand Down

0 comments on commit 75c7903

Please sign in to comment.