16 lines
384 B
TOML
16 lines
384 B
TOML
include_fragments = true
|
|
|
|
accept = ["200..=299", "403"]
|
|
|
|
exclude = [
|
|
"^https://www.foo.bar",
|
|
# excluding links to pull requests and issues is done for performance
|
|
"^https://github.com/open-telemetry/semantic-conventions/(pull|issue)/\\d+$"
|
|
]
|
|
|
|
# better to be safe and avoid failures
|
|
max_retries = 6
|
|
|
|
# insecure is currently needed for https://osi-model.com
|
|
insecure = true
|