... | @@ -59,3 +59,21 @@ curl -H "Content-Type: application/json" -X GET -d '[{"context": "", "name":"te |
... | @@ -59,3 +59,21 @@ curl -H "Content-Type: application/json" -X GET -d '[{"context": "", "name":"te |
|
我觉得第 1 步,容易缓存一下~~
|
|
我觉得第 1 步,容易缓存一下~~
|
|
|
|
|
|
|
|
|
|
|
|
## Part II
|
|
|
|
|
|
|
|
further observation
|
|
|
|
|
|
|
|
人家的 live-update 是怎么做的?
|
|
|
|
|
|
|
|
请求的接口是:
|
|
|
|
```
|
|
|
|
https://test-3-172.apulis.com.cn/endpoints/aim/eyJwb3J0Ijo4MCwic2VydmljZSI6ImFpbXN0YWNrLmFwdWxpcy5zdmMuY2x1c3Rlci5sb2NhbCJ9/api/runs/search/metric?p=500&q=%28run.hash+in+%5B%22df12e1de38b141fb9e804161%22%5D%29+and+%28%28metric.name+%3D%3D+%22test_5%22%29+or+%28metric.name+%3D%3D+%22metric_name%22%29+or+%28metric.name+%3D%3D+%22test_1%22%29+or+%28metric.name+%3D%3D+%22test_2%22%29+or+%28metric.name+%3D%3D+%22test_3%22%29+or+%28metric.name+%3D%3D+%22test_4%22%29%29&report_progress=False
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
thought:
|
|
|
|
|
|
|
|
aim 里面,我的这个赋值,可能会导致,读取的时候,进行了写入:
|
|
|
|
```
|
|
|
|
trace.run.name = 'Run: ' + translate_name(trace.run.hash)
|
|
|
|
``` |
|
|
|
\ No newline at end of file |