sourcegraph/cmd
Robert Lin 5549d70c9c
tracing: fix regressions from OpenTelemetry upgrades (#59649)
This change reverts https://github.com/sourcegraph/sourcegraph/pull/59647 and fixes regressions from recent OpenTelemetry upgrades:

1. #59564 introduces a regression on trace propagation in gRPC
2. #59613 introduces a panic on the OTLP adapter for clients

## Test plan

```
sg start
```

![image](https://github.com/sourcegraph/sourcegraph/assets/23356519/3ec59794-1550-49e0-ad5e-38b3293c116a)
2024-01-16 12:21:21 -08:00
..
batcheshelper Move batcheshelper out of enterprise (#54923) 2023-07-13 19:46:09 +02:00
blobstore aspect workflows: add initial aspect workflow yaml (#56569) 2023-11-24 11:52:17 +02:00
bundled-executor Build bundled-executor with shell build tag again (#55792) 2023-08-11 21:39:32 +02:00
cody-gateway Add percentage based rollouts for Starcoder single-tenant setups (#59588) 2024-01-16 16:29:54 +01:00
embeddings Return the correct error code (#58851) 2023-12-09 17:09:52 +00:00
executor ci: avoid dropping ALL executors binary if BUILDKITE_TAG is empty (#59439) 2024-01-09 19:08:49 +01:00
executor-kubernetes Move executor-kubernetes out of enterprise (#56449) 2023-09-08 16:24:05 +02:00
frontend tracing: fix regressions from OpenTelemetry upgrades (#59649) 2024-01-16 12:21:21 -08:00
gitserver Remove HTTP for inter-service RPC (#59093) 2024-01-11 19:46:32 +01:00
loadtest logger: update log lib and remove use of description (#57690) 2023-10-18 17:29:08 +02:00
migrator bzl: rework how we populate the database schemas for migrator (#57591) 2023-10-23 15:40:09 +02:00
msp-example msp-example: close BigQuery client (#59604) 2024-01-15 23:20:19 +00:00
pings msp/runtime: always enable Cloud Profiler (#59339) 2024-01-04 21:20:30 +00:00
precise-code-intel-worker remove more remannts of OSS build (#58253) 2023-11-10 07:59:03 +00:00
repo-updater repo-updater: Combine gRPC and former HTTP server structs (#59512) 2024-01-11 23:13:18 +01:00
searcher Searcher: improve how matches are built (#59527) 2024-01-12 10:48:53 -08:00
server bazel: first pass at moving moving logging linting into nogo (#58910) 2024-01-02 10:07:25 -08:00
symbols Remove HTTP for inter-service RPC (#59093) 2024-01-11 19:46:32 +01:00
telemetry-gateway telemetry-gateway: add dynamic pub/sub attributes via metadata.recordsPrivateMetadataXYZ (#59524) 2024-01-11 19:39:16 +00:00
worker telemetrygatewayexporter: add gauge indicating the age of the oldest unexported event (#59557) 2024-01-12 13:05:35 -08:00
README.md Reminder to keep architecture diagram in-sync (#36869) 2022-06-08 19:40:36 -07:00

This directory contains Sourcegraph services and binaries.

When a services is added, removed, or when a service's dependencies change, update our architecture diagram.