Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
基本介绍
参考:
- https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/instrumentation/net/http/otelhttp
- https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-metrics.md
指标概览
指标名称 | 指标类型 | 指标单位 | Help信息 | 指标描述 | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
| Measures the duration of inbound request. | 对 | 端请求执行的时间开销分组。
|
| Total processed request number. | 已经执行完毕的请求总数。 |
|
| Number of active server requests. | 当前正在处理的请求数量。 |
|
|
| Incoming request bytes total. | 请求的字节总大小。 | ||||||||
|
|
| Response bytes total. | 返回的字节总大小。 |
指标详述
http.server.request.duration
默认端请求执行的时间开销分组。默认
|
Label名称
Label描述
Label示例
net.service.name
请求的服务名称。微服务场景下有意义,否则值是空或者default
。
user
net.host.address
net.host.port
接受请求的本机端口。同一服务可能有多个端口地址,当前请求连接的是哪个端口就记录哪个端口。
8000
接受请求的本机IP地址。同一服务可能有多个IP地址,当前请求连接的是哪个IP就记录哪个IP。
10.0.1.132
|
|
请求的URI
路径。
/api/v1/user
http.request.schema
请求协议名称。
http
http.request.version
请求的协议版本。
1.0
; 1.1
http.request.method
请求的方法名称。
GET
; POST
; DELETE
http.response.status_code
处理返回的HTTP
状态码。
200
|
Label名称
Label描述
Label示例
net.service.name
请求的服务名称。微服务场景下有意义,否则值是空或者default
。
user
net.host.address
接受请求的本机IP地址。同一服务可能有多个IP地址,当前请求连接的是哪个IP就记录哪个IP。
10.0.1.132
net.host.port
接受请求的本机端口。同一服务可能有多个端口地址,当前请求连接的是哪个端口就记录哪个端口。
8000
http.request.route
请求的URI
路径。
/api/v1/user
http.request.schema
请求协议名称。
http
http.request.version
请求的协议版本。
1.0
; 1.1
http.request.method
请求的方法名称。
GET
; POST
; DELETE
http.response.status_code
处理返回的HTTP
状态码。
200
| Total processed request number. | 已经执行完毕的请求总数。 | |
|
Label名称
Label描述
Label示例
net.service.name
请求的服务名称。微服务场景下有意义,否则值是空或者default
。
user
net.host.address
接受请求的本机IP地址。同一服务可能有多个IP地址,当前请求连接的是哪个IP就记录哪个IP。
10.0.1.132
net.host.port
接受请求的本机端口。同一服务可能有多个端口地址,当前请求连接的是哪个端口就记录哪个端口。
8000
http.request.route
请求的URI
路径。
/api/v1/user
http.request.schema
请求协议名称。
http
http.request.version
请求的协议版本。
1.0
; 1.1
http.request.method
请求的方法名称。
GET
; POST
; DELETE
| Number of active server requests. | 当前正在处理的请求数量。 | ||
|
| Number of error server requests. | 已经执行报错的请求总数。 | |
|
|
Label描述
Label示例
net.service.name
请求的服务名称。微服务场景下有意义,否则值是空或者default
。
user
net.host.address
接受请求的本机IP地址。同一服务可能有多个IP地址,当前请求连接的是哪个IP就记录哪个IP。
10.0.1.132
net.host.port
接受请求的本机端口。同一服务可能有多个端口地址,当前请求连接的是哪个端口就记录哪个端口。
8000
http.request.route
请求的URI
路径。
/api/v1/user
http.request.schema
请求协议名称。
http
http.request.version
请求的协议版本。
1.0
; 1.1
http.request.method
请求的方法名称。
GET
; POST
; DELETE
http.server.response.body_size
| Incoming request bytes total. | 请求的字节总大小。 | ||
|
|
| Response bytes total. | 返回的字节总大小。 |
标签列表
Label名称 | Label描述 | Label示例 |
---|---|---|
| 请求的服务名称。微服务场景下有意义,否则值是空或者 |
|
| 接受请求的本机IP地址。同一服务可能有多个IP地址,当前请求连接的是哪个IP就记录哪个IP。 |
|
| 接受请求的本机端口。同一服务可能有多个端口地址,当前请求连接的是哪个端口就记录哪个端口。 |
|
|
URI
路径。请求的路由规则。 |
| |
| 请求协议名称。 |
|
| 请求的协议版本。 |
|
| 请求的方法名称。 |
|
| 处理返回的 |
|
Panel | ||||
---|---|---|---|---|
| ||||
|