forked from signalfx/splunk-otel-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lychee.toml
24 lines (24 loc) · 937 Bytes
/
.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
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
]