Page MenuHomePhabricator
Paste P11165

(An Untitled Masterwork)
ActivePublic

Authored by Addshore on May 6 2020, 11:20 PM.
Tags
None
Referenced Files
F31805639: raw.txt
May 6 2020, 11:20 PM
Subscribers
None
addshore@mwmaint1002:~$ curl http://prometheus.svc.codfw.wmnet/ops/api/v1/query?query=blazegraph_lastupdated | jq
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1411 100 1411 0 0 17873 0 --:--:-- --:--:-- --:--:-- 18089
{
"status": "success",
"data": {
"resultType": "vector",
"result": [
{
"metric": {
"__name__": "blazegraph_lastupdated",
"cluster": "wdqs",
"instance": "wdqs2001:9193",
"job": "blazegraph",
"site": "codfw"
},
"value": [
1588807140.848,
"NaN"
]
},
{
"metric": {
"__name__": "blazegraph_lastupdated",
"cluster": "wdqs",
"instance": "wdqs2002:9193",
"job": "blazegraph",
"site": "codfw"
},
"value": [
1588807140.848,
"1588807005"
]
},
{
"metric": {
"__name__": "blazegraph_lastupdated",
"cluster": "wdqs",
"instance": "wdqs2003:9193",
"job": "blazegraph",
"site": "codfw"
},
"value": [
1588807140.848,
"1588807014"
]
},
{
"metric": {
"__name__": "blazegraph_lastupdated",
"cluster": "wdqs",
"instance": "wdqs2007:9193",
"job": "blazegraph",
"site": "codfw"
},
"value": [
1588807140.848,
"1588807089"
]
},
{
"metric": {
"__name__": "blazegraph_lastupdated",
"cluster": "wdqs-internal",
"instance": "wdqs2004:9193",
"job": "blazegraph",
"site": "codfw"
},
"value": [
1588807140.848,
"1588807008"
]
},
{
"metric": {
"__name__": "blazegraph_lastupdated",
"cluster": "wdqs-internal",
"instance": "wdqs2005:9193",
"job": "blazegraph",
"site": "codfw"
},
"value": [
1588807140.848,
"1588806993"
]
},
{
"metric": {
"__name__": "blazegraph_lastupdated",
"cluster": "wdqs-internal",
"instance": "wdqs2006:9193",
"job": "blazegraph",
"site": "codfw"
},
"value": [
1588807140.848,
"1588807119"
]
},
{
"metric": {
"__name__": "blazegraph_lastupdated",
"cluster": "wdqs-internal",
"instance": "wdqs2008:9193",
"job": "blazegraph",
"site": "codfw"
},
"value": [
1588807140.848,
"1588807089"
]
}
]
}
}