sourcegraph/doc
Robert Lin 7b72d3a872
opentelemetry: upgrade all packages to v1.16/v0.81 (#54969)
OpenTelemetry versioning scheme is a bit convoluted but this upgrades
all OpenTelemetry-related packages together to around v1.16 (for Go SDK
packages) and v0.81 (for Collector packages, and the Collector itself) -
thankfully there were fewer breaking changes this time around. Big diff
is almost entirely `deps.bzl`

One of the more significant changes is we now have access to the
[finalized OpenTelemetry Metrics
API](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.16.0),
which will come in handy for
https://github.com/sourcegraph/sourcegraph/issues/53775, as well as
various Collector improvements from recent releases:
https://github.com/open-telemetry/opentelemetry-collector-contrib/releases
I skimmed through the recent breaking changes and I don't think there's
anything that affects us

Update:
https://github.com/sourcegraph/sourcegraph/pull/54969#issuecomment-1638557302

## Test plan

```
sg run otel-collector jaeger
sg start
```

See v0.81 collector running:

```
[ otel-collector] 2023-07-14T21:37:54.709Z      info    jaegerexporter@v0.81.0/exporter.go:173  State of the connection with the Jaeger Collector backend{"kind": "exporter", "data_type": "traces", "name": "jaeger", "state": "READY"}
```

Do a trace, get a result from multiple services:


![image](https://github.com/sourcegraph/sourcegraph/assets/23356519/38129cea-f2df-472e-99cc-9b928cf3b086)

---------

Co-authored-by: Will Dollman <will.dollman@sourcegraph.com>
Co-authored-by: davejrt <davetry@gmail.com>
2023-07-17 10:48:19 -07:00
..
_resources Markprompt v0.10.0 (#54643) 2023-07-07 09:36:25 -07:00
admin release: sourcegraph@5.1.3 (#54905) 2023-07-13 15:34:30 +01:00
api Add search pagination limitations and recommendation (#53479) 2023-06-14 15:32:37 +01:00
app Update index.md (#54987) 2023-07-16 07:21:23 -10:00
batch_changes executors: Remove beta and experimental tags for server-side execution (#54929) 2023-07-13 10:37:08 -05:00
cli bzl: bazelify docsite and doc/cli/reference generation (#54538) 2023-07-03 16:12:44 +02:00
cloud Add docs for Cloud audit logs (#54390) 2023-06-29 10:04:22 +02:00
code_insights Fix typos in documentation (#52407) 2023-06-21 07:52:54 -07:00
code_monitoring Fix typos in documentation (#52407) 2023-06-21 07:52:54 -07:00
code_navigation docs: Fix broken links (#54216) 2023-06-26 21:03:06 +00:00
code_search own: rename "Sourcegraph Own" to "Code ownership" (#54483) 2023-07-03 13:05:16 +04:00
cody Cody: Update list of embedded repos (#54982) 2023-07-14 15:39:18 -07:00
dev Move precise-code-intel-worker out of enterprise (#54926) 2023-07-13 20:09:16 +02:00
dotcom Note differences in sourcegraph.com (#46018) 2022-12-31 07:20:02 +00:00
getting-started Improve open source messaging and add Cody (#54602) 2023-07-05 10:42:36 -07:00
integration JetBrains: 3.0.0 release (#54328) 2023-06-27 21:47:32 +00:00
notebooks update notebook embedding with browser restrictions and workaround (#52200) 2023-05-19 15:57:17 +00:00
own own: remove forgotten "Own" references in favor of "Code ownership". (#54536) 2023-07-03 17:48:42 +04:00
tutorials Fix typos in documentation (#52407) 2023-06-21 07:52:54 -07:00
BUILD.bazel bzl: bazelify docsite and doc/cli/reference generation (#54538) 2023-07-03 16:12:44 +02:00
CHANGELOG.md doc: symlink CHANGELOG.md to docs for better search results (#22918) 2021-07-16 23:25:02 +08:00
CODENOTIFY Update docs to upgrade pure_docker from 3.33 to 3.34.2 directly (#28736) 2021-12-08 20:56:46 +00:00
dependency_decisions.yml opentelemetry: upgrade all packages to v1.16/v0.81 (#54969) 2023-07-17 10:48:19 -07:00
docsite.json insights: re-index docs (#32415) 2022-03-10 10:05:59 -07:00
index.md Add Cody across docsite (#51494) 2023-05-05 17:31:59 -05:00
serve.sh bzl: bazelify docsite and doc/cli/reference generation (#54538) 2023-07-03 16:12:44 +02:00
sidebar.md own: remove forgotten "Own" references in favor of "Code ownership". (#54536) 2023-07-03 17:48:42 +04:00
test.sh bzl: wrap docsite check into //doc:test (#54376) 2023-06-28 21:00:54 +02:00