Skip to content

Metric description for http.client.request.duration does not match the spec #93945

@vishweshbankwar

Description

@vishweshbankwar

Description

Metric description on http.client.request.duration does not match the spec description
https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-metrics.md#metric-httpclientrequestduration

Name Instrument Type Unit (UCUM) Description
http.client.request.duration Histogram s Duration of HTTP client requests.

Src link:

_requestsDuration = meter.CreateHistogram<double>(
"http.client.request.duration",
unit: "s",
description: "The duration of outbound HTTP requests.");

Reproduction Steps

NA

Expected behavior

Description matches with spec

Actual behavior

Description does not match

Regression?

No response

Known Workarounds

No response

Configuration

No response

Other information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions