作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在 Prometheus 中,http_server_requests_seconds_max 有 14 秒。
http_server_requests_seconds_max{exception="None",method="GET",outcome="SUCCESS",status="200",uri="/v1/**",} 14.3
最佳答案
来自 the documentation , 当 @Timed
属性用于函数或 Controller ,它产生度量 http_server_requests
.
which by default contains dimensions for the HTTP status of the response, HTTP method, exception type if the request fails, and the pre-variable substitution parameterized endpoint URI.
http_server_requests_seconds_max
然后按照
in this discussion 的解释进行计算
public static final Statistic MAX
The maximum amount recorded. When this represents a time, it is reported in the monitoring system's base unit of time.
/v1/**
范围内(即其中之一)称为
@Timed
执行需要 14 秒的函数。
关于spring-boot - http_server_requests_seconds_max 在 Micrometer 中的确切含义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60206507/
在 Prometheus 中,http_server_requests_seconds_max 有 14 秒。 http_server_requests_seconds_max{exception="
我是一名优秀的程序员,十分优秀!