123456789101112131415 |
- {
- "ignorePatterns" : [
- {
- "pattern" : "https://github.com/open-telemetry/opentelemetry-java-instrumentation/network/updates"
- },
- {
- "pattern" : "^https://kotlinlang\\.org/docs/coroutines-overview\\.html$"
- }
- ],
- "retryOn429" : true,
- "aliveStatusCodes" : [
- 200,
- 403
- ]
- }
|