Add artifact.1/tests/data/sample_metrics.json
This commit is contained in:
parent
64240aa211
commit
72d7db6950
1 changed files with 22 additions and 0 deletions
22
artifact.1/tests/data/sample_metrics.json
Normal file
22
artifact.1/tests/data/sample_metrics.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"band_width": 120.5,
|
||||
"retry_tail_p99": 3.7,
|
||||
"band_center": 60.2
|
||||
},
|
||||
{
|
||||
"band_width": 118.9,
|
||||
"retry_tail_p99": 4.1,
|
||||
"band_center": 59.8
|
||||
},
|
||||
{
|
||||
"band_width": 121.3,
|
||||
"retry_tail_p99": 3.5,
|
||||
"band_center": 60.4
|
||||
},
|
||||
{
|
||||
"band_width": 123.0,
|
||||
"retry_tail_p99": 3.9,
|
||||
"band_center": 61.0
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue