Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/splunk_ao/http_instrumentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def configure_distributed_tracing(
Notes
-----
Repeated calls with the same provider do not attach another Splunk AO span
processor. Use :func:`instrument_distributed_tracing` instead when export
processor. Use `instrument_distributed_tracing()` instead when export
has already been configured separately on the provider. This function also
wraps the current process-global text-map propagator for session baggage.
Install a custom global propagator first; replacing it afterward removes
Expand Down
Loading