mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:51:50 +00:00
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. |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| client_test.go | ||
| client.go | ||
| CODENOTIFY | ||
| doc.go | ||
| external.go | ||
| noop_response_cache.go | ||
| redis_logger_middleware_test.go | ||
| redis_logger_middleware.go | ||
| transport.go | ||