blob: 82e2074562ccae6216c1d15332a46968942ac6b3 [file] [log] [blame]
{
"ignorePatterns": [
{
"pattern": "^http://localhost"
},
{
"pattern": "^https://github.com/apache/skywalking/blob/master/changes/changes-x.y.z.md$"
},
{
"pattern": "^https://dist.apache.org/repos/dist/dev/skywalking/x.y.z$"
}
],
"timeout": "10s",
"retryOn429": true,
"retryCount": 10,
"fallbackRetryDelay": "1000s",
"aliveStatusCodes": [
200,
401,
403
]
}