sourcegraph/internal/httpcli
Camden Cheek d64586442a
Tracing: clean up uses of opentracing in search code (#51856)
This removes nearly all the dependencies on opentracing from the search
codebase.

The search codebase used the opentracing log types heavily for logging,
tracing, and pretty printing our search jobs. And because our search
jobs all conform to a common interface, it would be difficult to
approach this incrementally. So I just ripped the band-aid off and
converted everything to use the opentelemetry types.

Now the only dependent of the opentracing log types is the observation
package.
2023-05-12 04:04:15 -06:00
..
BUILD.bazel Propagate tracing information (#51847) 2023-05-11 23:31:06 +00:00
client_test.go Add handling for 429 Retry-After errors in httpcli (#51743) 2023-05-11 01:40:33 +02:00
client.go Propagate tracing information (#51847) 2023-05-11 23:31:06 +00:00
CODENOTIFY all: remove tsenart from CODENOTIFY (#41035) 2022-08-30 09:35:14 +02:00
doc.go Rename pkg to internal (#5898) 2019-10-07 15:36:41 -07:00
external.go Tracing: clean up uses of opentracing in search code (#51856) 2023-05-12 04:04:15 -06:00
noop_response_cache.go Use uncached doer for downloading packages (#48977) 2023-03-22 18:56:31 +00:00
redis_logger_middleware_test.go Fix bug where a nil reader could crash the redis middleware logger (#49571) 2023-03-17 09:53:10 +02:00
redis_logger_middleware.go Fix bug where a nil reader could crash the redis middleware logger (#49571) 2023-03-17 09:53:10 +02:00
transport.go httpcli: introduce mutable, wrapped transports (#39775) 2022-08-02 13:12:10 +00:00