File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 998998 ]
999999 }
10001000 },
1001- "webSocketStream" : {
1002- "name" : " WebSocketStream" ,
1003- "type" : " %" ,
1004- "downIsBad" : true ,
1005- "description" : " This metric tracks the percentage of pages that transmit messages via the [WebSocketStream API](https://web.dev/websocketstream/)." ,
1006- "histogram" : {
1007- "enabled" : false
1008- },
1009- "timeseries" : {
1010- "fields" : [
1011- " percent"
1012- ]
1013- }
1014- },
10151001 "screenWakeLock" : {
10161002 "name" : " Screen Wake Lock" ,
10171003 "type" : " %" ,
13191305 " contentIndex" ,
13201306 " notificationTriggers" ,
13211307 " quicTransport" ,
1322- " idleDetection" ,
1323- " webSocketStream"
1308+ " idleDetection"
13241309 ],
13251310 "graphic" : {
13261311 "bgcolor" : " #97b5b9" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ LENSES="drupal magento wordpress top1k top10k top100k top1m"
2323# We test the first and last report for each lens
2424REPORT_MONTHLY_URLS=$( cat << -END
2525https://cdn.httparchive.org/reports/${REPORT_DATE} /bootupJs.json
26- https://cdn.httparchive.org/reports/${REPORT_DATE} /webSocketStream .json
26+ https://cdn.httparchive.org/reports/${REPORT_DATE} /tcp .json
2727https://cdn.httparchive.org/reports/${CRUX_REPORT_DATE} /cruxCls.json
2828https://cdn.httparchive.org/reports/${CRUX_REPORT_DATE} /cruxOl.json
2929END
@@ -33,7 +33,7 @@ for LENS in ${LENSES}
3333do
3434REPORT_MONTHLY_URLS_LENS=$( cat << -END
3535https://cdn.httparchive.org/reports/${LENS} /${REPORT_DATE} /bootupJs.json
36- https://cdn.httparchive.org/reports/${LENS} /${REPORT_DATE} /webSocketStream .json
36+ https://cdn.httparchive.org/reports/${LENS} /${REPORT_DATE} /tcp .json
3737https://cdn.httparchive.org/reports/${LENS} /${CRUX_REPORT_DATE} /cruxCls.json
3838https://cdn.httparchive.org/reports/${LENS} /${CRUX_REPORT_DATE} /cruxOl.json
3939END
You can’t perform that action at this time.
0 commit comments