-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Expand file tree
/
Copy path.dlc.json
More file actions
37 lines (37 loc) · 772 Bytes
/
.dlc.json
File metadata and controls
37 lines (37 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"ignorePatterns": [
{
"pattern": "^http://localhost"
},
{
"pattern": "^http://pgp.mit.edu:11371"
},
{
"pattern": "^https://github.com/apache/skywalking/blob/master/docs/en/changes/changes-x.y.z.md$"
},
{
"pattern": "^https://dist.apache.org/repos/dist/dev/skywalking/x.y.z$"
},
{
"pattern": "^https://twitter.com*"
},
{
"pattern": "^http://people.apache.org/committer-index.html"
},
{
"pattern": "^http://www.gnu.org/software/libc/documentation.html"
},
{
"pattern": "^https://x.com/AsfSkyWalking"
}
],
"timeout": "10s",
"retryOn429": true,
"retryCount": 10,
"fallbackRetryDelay": "1000s",
"aliveStatusCodes": [
200,
401,
403
]
}