Add artifact1/tests/data/test_metrics.json
This commit is contained in:
parent
4bdc286978
commit
49008adfa8
1 changed files with 32 additions and 0 deletions
32
artifact1/tests/data/test_metrics.json
Normal file
32
artifact1/tests/data/test_metrics.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"max_only_alerts": 5,
|
||||
"outlier_frequency": 0.12,
|
||||
"expires_at_dist_hours": 3.6,
|
||||
"retry_total_overhead": 120.5
|
||||
},
|
||||
{
|
||||
"max_only_alerts": 0,
|
||||
"outlier_frequency": 0.0,
|
||||
"expires_at_dist_hours": 0.5,
|
||||
"retry_total_overhead": 15.0
|
||||
},
|
||||
{
|
||||
"max_only_alerts": 8,
|
||||
"outlier_frequency": 0.34,
|
||||
"expires_at_dist_hours": 12.0,
|
||||
"retry_total_overhead": 480.2
|
||||
},
|
||||
{
|
||||
"max_only_alerts": 2,
|
||||
"outlier_frequency": 0.05,
|
||||
"expires_at_dist_hours": 1.2,
|
||||
"retry_total_overhead": 60.0
|
||||
},
|
||||
{
|
||||
"max_only_alerts": 10,
|
||||
"outlier_frequency": 0.48,
|
||||
"expires_at_dist_hours": 24.5,
|
||||
"retry_total_overhead": 1000.0
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue