forked from signalfx/splunk-otel-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lychee.toml
25 lines (25 loc) · 1.08 KB
/
.lychee.toml
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
max-concurrency = 20
accept = [
200,
429,
]
timeout = 30
exclude = [
"my.host",
"file://*",
"api.*.signalfx.com",
"ingest.*.signalfx.com",
"splunk.jfrog.io.*basearch",
"localhost:*",
"127.*:*",
"splunk_gateway_url",
".*.cf-app.com",
"https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.63.1", # release was deleted
"ideas.splunk.com",
"https://github.com/signalfx/splunk-otel-collector/tree/main/internal/exporter/pulsarexporter", # exporter was deleted
"https://github.com/signalfx/splunk-otel-collector/tree/main/cmd/translatesfx", # translatesfx was deleted
"https://www.microsoft.com/en-us/evalcenter/download-windows-server-2022",
"https://superuser.com/a/980821", # failing with 403 Forbidden
"https://github.com/signalfx/splunk-otel-collector/tree/main/internal/receiver/databricksreceiver", # databricsreceiver was deleted
"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
]