forked from signalfx/splunk-otel-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.lychee.toml
More file actions
33 lines (28 loc) · 1.08 KB
/
Copy path.lychee.toml
File metadata and controls
33 lines (28 loc) · 1.08 KB
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
accept = ["200..=299", "429"]
exclude = [
"my.host",
"file://*",
"api.*.signalfx.com",
"ingest.*.signalfx.com",
"splunk.jfrog.io.*basearch",
"localhost:*",
"127.*:*",
"splunk_gateway_url",
".*.cf-app.com",
"ideas.splunk.com",
"https://www.microsoft.com/en-us/evalcenter/download-windows-server-2022",
"https://superuser.com/a/980821", # failing with 403 Forbidden
"https://self-service.isv.ci", # Failing with timeouts, not stable and still current according to https://github.com/cf-platform-eng/selfservice/blame/main/README.md#L3
"https://github.com/.*/(pull|issues)/[0-9]+", # We have too many PR and issues links in CHANGELOG.md that we always run out of the rate limit
"https://bugs.mysql.com/*", # Failing with 403 Forbidden. Likely rejecting the user agent
"https://docs.splunk.com", # is returning 403, ignoring temporarily
"^http(s)?://localhost",
"^http(s)?://example.com",
"^https://dev.mysql.com"
]
include-fragments = true
max_concurrency = 20
max_redirects = 10
max_retries = 5
retry_wait_time = 30
timeout = 30