sourcegraph/internal/debugserver
Robert Lin 61ce005b83
internal/trace: remove net/trace integration (#53795)
Follow-up from
https://github.com/sourcegraph/sourcegraph/pull/53435#issuecomment-1597050970
and INC-214 - this removes `net/trace` instrumentation entirely in the
next release.

It seems [this gets low usage and may be difficult to
use](https://github.com/sourcegraph/sourcegraph/pull/53795#pullrequestreview-1489890896),
and it seems to introduce some risk and overhead. This will also make it
easier to drop our internal trace wrapper entirely and/or integrate it
as part of OpenTelemetry's APIs instead of having a proprietary way of
doing traces.

## Test plan

Already tested in https://github.com/sourcegraph/sourcegraph/pull/53435
2023-06-21 18:35:07 +00:00
..
BUILD.bazel internal/trace: remove net/trace integration (#53795) 2023-06-21 18:35:07 +00:00
CODENOTIFY all: add keegancsmith to CODENOTIFY for many pkgs (#14241) 2020-09-29 11:03:53 +02:00
debug.go internal/trace: remove net/trace integration (#53795) 2023-06-21 18:35:07 +00:00
expvar.go tidy: convert Fprintf to Fprintln when possible (#7174) 2019-12-12 12:46:02 -07:00
grpcui.go Revert "Revert "grpc: create interceptors to log / chart errors that seem like they come from go-grpc (#51749) (#52083)" (#52090) 2023-05-17 20:04:10 +00:00
metadata.go monitoring: version metric, annotations on versions and alerts (#17198) 2021-01-13 00:14:18 +08:00
ready.go debugserver: Add /healthz and /ready endpoints (#19846) 2021-04-08 20:21:29 +00:00