forked from apache/skywalking-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dlc.json
41 lines (41 loc) · 830 Bytes
/
.dlc.json
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
38
39
40
41
{
"ignorePatterns": [
{
"pattern": "^http://localhost"
},
{
"pattern": "^http://127.0.0.1"
},
{
"pattern": "^https://github.com/apache/skywalking-java/blob/master/changes/changes-x.y.z.md$"
},
{
"pattern": "^http://pgp.mit.edu:11371"
},
{
"pattern": "^https://dist.apache.org/repos/dist/dev/skywalking/java-agent/x.y.z$"
},
{
"pattern": "^https://dist.apache.org/repos/dist/release/skywalking/java-agent$"
},
{
"pattern": "https://kotlinlang.org.*"
},
{
"pattern": "^https://mvnrepository.com/"
},
{
"pattern": "^https://twitter.com*"
}
],
"timeout": "10s",
"retryOn429": true,
"retryCount": 10,
"fallbackRetryDelay": "1000s",
"aliveStatusCodes": [
200,
301,
302,
401
]
}