Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 896 Bytes

File metadata and controls

30 lines (23 loc) · 896 Bytes

Metrics: http

This document describes the http metrics.

http.client.request.duration

This metric is required.

Duration of HTTP client requests.

Property Value
Instrument histogram
Unit s
Stability Stable

Attributes

Attribute Type Requirement Level Description
server.address string Required Some HTTP specific description

| | server.port | int | Required | Some HTTP specific description | | http.request.method | Enum | Recommended | HTTP request method. | | http.response.status_code | int | Recommended | HTTP response status code. | | url.scheme | string | Opt-In | The URI scheme component identifying the used protocol. |