大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全家桶1年46,售后保障稳定
avg_over_time(my_inprogress_requests{job=”mhc”}[5m] offset 3m)
返回time=1550664637开始向前偏移3分钟之前的五分钟的平均值
curl -X GET \
‘http://mhc-linux:9090/api/v1/query?query=avg_over_time%28my_inprogress_requests{job=%22mhc%22}[5m]%20%20offset%203m%29&time=1550664637’ \
-H ‘Postman-Token: eeede4b6-e57b-42b1-92e1-d2dec4558f0e’ \
-H ‘cache-control: no-cache’
{
“status”: “success”,
“data”: {
“resultType”: “vector”,
“result”: [
{
“metric”: {
“instance”: “192.168.121.58:8000”,
“job”: “mhc”
},
“value”: [
1550664637,
“425.1333333333333”
]
}
]
}
}
curl -X GET \
‘http://mhc-linux:9090/api/v1/query_range?query=avg_over_time%28my_inprogress_requests{job=%22mhc%22}[5m]%20%20offset%2010m%29&start=1550664637&end=1550664937&step=60’ \
-H ‘Postman-Token: b274b534-eede-4d4b-b85c-2f0ad8dbd44e’ \
-H ‘cache-control: no-cache’
{
“status”: “success”,
“data”: {
“resultType”: “matrix”,
“result”: [
{
“metric”: {
“instance”: “192.168.121.58:8000”,
“job”: “mhc”
},
“values”: [
[
1550664637,
“474.0666666666666”
],
[
1550664697,
“511.11666666666673”
],
[
1550664757,
“468.6666666666667”
],
[
1550664817,
“464.03333333333313”
],
[
1550664877,
“494.83333333333326”
],
[
1550664937,
“491.38333333333327”
]
]
}
]
}
}
sum(avg_over_time(my_inprogress_requests{user=”mhc”}[1m]))
转载于:https://www.cnblogs.com/mhc-fly/p/10409009.html
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/210114.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...