Emit an OpenTelemetry span for each HTTP request

PR #2863
This commit is contained in:
Alex Garcia 2026-09-24 09:14:03 -07:00 • committed by GitHub
commit 9bce2eec7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1512 additions and 54 deletions

View file

@ -233,6 +233,7 @@ def pytest_collection_modifyitems(config, items):
# (SIGSEGV/SIGBUS inside _execute_child). Reproduces with any subprocess
# call placed there, on an unmodified tree - running it first avoids it.
move_to_front(items, "test_datasette_package_never_imports_the_sdk")
move_to_front(items, "test_no_provider_takes_the_fast_path")
def move_to_front(items, test_name):