File tree 3 files changed +9
-10
lines changed
3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 118
118
s | (docs/specs/otel/logs/api.md#emit-a)n-event| $1 -logrecord| ;
119
119
s |\[ semantic-convention-groups\] | [group-stability]| ;
120
120
s |\Q ../../docs/| ../| g ; # https://github.com/open-telemetry/semantic-conventions/pull/1843
121
+ s |\Q https://wikipedia.org/wiki/Where_(SQL)#IN| https://wikipedia.org/wiki/SQL_syntax#Operators| g ;
121
122
}
122
123
123
124
sub getVersFromSubmodule () {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ async function retry400sAndUpdateCache() {
37
37
const parsedUrl = new URL ( url ) ;
38
38
const { StatusCode, LastSeen } = details ;
39
39
40
- // if (isHttp2XX(StatusCode)) continue;
40
+ if ( isHttp2XX ( StatusCode ) ) continue ;
41
41
if ( isHttp2XX ( StatusCode ) && ( ! parsedUrl . hash || StatusCode >= 210 ) )
42
42
continue ;
43
43
@@ -46,7 +46,9 @@ async function retry400sAndUpdateCache() {
46
46
StatusCode === 422
47
47
) {
48
48
const lastSeenDate = new Date ( LastSeen ) . toLocaleString ( ) ;
49
- // console.log(`Skipping ${StatusCode}: ${url} (last seen ${lastSeenDate}).`);
49
+ console . log (
50
+ `Skipping ${ StatusCode } : ${ url } (last seen ${ lastSeenDate } ).` ,
51
+ ) ;
50
52
continue ;
51
53
}
52
54
if ( url . startsWith ( GOOGLE_DOCS_URL ) ) {
Original file line number Diff line number Diff line change 93
93
},
94
94
"https://aws-otel.github.io/docs/components/confmap-providers#confmap-providers-supported-by-the-adot-collector": {
95
95
"StatusCode": 206,
96
- "LastSeen": "2025-02-04T09:14:39.48319 -05:00"
96
+ "LastSeen": "2025-02-04T09:41:15.048512 -05:00"
97
97
},
98
98
"https://aws-otel.github.io/docs/getting-started/collector": {
99
99
"StatusCode": 206,
169
169
},
170
170
"https://betterstack.com/docs/logs/open-telemetry/#2-setup": {
171
171
"StatusCode": 200,
172
- "LastSeen": "2025-02-04T09:14:41.159696 -05:00"
172
+ "LastSeen": "2025-02-04T09:41:18.944815 -05:00"
173
173
},
174
174
"https://blog.logrocket.com/understanding-schema-stitching-graphql/": {
175
175
"StatusCode": 200,
16516
16516
"LastSeen": "2024-10-09T10:19:24.765198+02:00"
16517
16517
},
16518
16518
"https://wikipedia.org/wiki/SQL_syntax#Operators": {
16519
- "StatusCode": 204 ,
16520
- "LastSeen": "2025-01-28T16:18:59.006111 -05:00"
16519
+ "StatusCode": 200 ,
16520
+ "LastSeen": "2025-02-04T09:41:37.480619 -05:00"
16521
16521
},
16522
16522
"https://wikipedia.org/wiki/Software_testing": {
16523
16523
"StatusCode": 200,
16547
16547
"StatusCode": 200,
16548
16548
"LastSeen": "2024-12-04T08:47:08.361851296Z"
16549
16549
},
16550
- "https://wikipedia.org/wiki/Where_%28SQL%29#IN": {
16551
- "StatusCode": 404,
16552
- "LastSeen": "2025-02-04T09:15:01.676341-05:00"
16553
- },
16554
16550
"https://wikipedia.org/wiki/World_Geodetic_System#WGS84": {
16555
16551
"StatusCode": 200,
16556
16552
"LastSeen": "2025-02-04T09:15:11.552948-05:00"
You can’t perform that action at this time.
0 commit comments