Add hotspot_logging/tests/data/test_job_metrics.json
This commit is contained in:
parent
0eaf2bcba4
commit
ff1f9d73e9
1 changed files with 17 additions and 0 deletions
17
hotspot_logging/tests/data/test_job_metrics.json
Normal file
17
hotspot_logging/tests/data/test_job_metrics.json
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"time_window": 60.0,
|
||||||
|
"near_expiry_jobs": 3,
|
||||||
|
"total_jobs": 10
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"time_window": 60.0,
|
||||||
|
"near_expiry_jobs": 5,
|
||||||
|
"total_jobs": 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"time_window": 120.0,
|
||||||
|
"near_expiry_jobs": 0,
|
||||||
|
"total_jobs": 8
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue