Skip to content

Commit

Permalink
Update http.client.request.duration metric description (#94061)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishweshbankwar authored Oct 31, 2023
1 parent f2e4ddf commit ba65769
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public MetricsHandler(HttpMessageHandler innerHandler, IMeterFactory? meterFacto
_requestsDuration = meter.CreateHistogram<double>(
"http.client.request.duration",
unit: "s",
description: "The duration of outbound HTTP requests.");
description: "Duration of HTTP client requests.");
}

internal override ValueTask<HttpResponseMessage> SendAsync(HttpRequestMessage request, bool async, CancellationToken cancellationToken)
Expand Down

0 comments on commit ba65769

Please sign in to comment.