monitoring: set overview platform test panel to 7d
This commit is contained in:
parent
12b85f4597
commit
5e3aadc640
@ -1577,9 +1577,9 @@ def build_overview():
|
||||
"pointSize": 4,
|
||||
"spanNulls": True,
|
||||
}
|
||||
test_success["timeFrom"] = "30d"
|
||||
test_success["timeFrom"] = "7d"
|
||||
test_success["description"] = (
|
||||
"Per-run interval pass points (0-100) for each software suite over the last 30 days. Points are connected to show trend; missing-run intervals are ignored."
|
||||
"Per-run interval pass points (0-100) for each software suite over the last 7 days. Points are connected to show trend; missing-run intervals are ignored."
|
||||
)
|
||||
panels.append(test_success)
|
||||
panels.append(
|
||||
|
||||
@ -1946,8 +1946,8 @@
|
||||
"targetBlank": true
|
||||
}
|
||||
],
|
||||
"timeFrom": "30d",
|
||||
"description": "Per-run interval pass points (0-100) for each software suite over the last 30 days. Points are connected to show trend; missing-run intervals are ignored."
|
||||
"timeFrom": "7d",
|
||||
"description": "Per-run interval pass points (0-100) for each software suite over the last 7 days. Points are connected to show trend; missing-run intervals are ignored."
|
||||
},
|
||||
{
|
||||
"id": 47,
|
||||
|
||||
@ -1955,8 +1955,8 @@ data:
|
||||
"targetBlank": true
|
||||
}
|
||||
],
|
||||
"timeFrom": "30d",
|
||||
"description": "Per-run interval pass points (0-100) for each software suite over the last 30 days. Points are connected to show trend; missing-run intervals are ignored."
|
||||
"timeFrom": "7d",
|
||||
"description": "Per-run interval pass points (0-100) for each software suite over the last 7 days. Points are connected to show trend; missing-run intervals are ignored."
|
||||
},
|
||||
{
|
||||
"id": 47,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user