mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:51:50 +00:00
Migrates the Telemetry Gateway: 1. Service specification 2. Generated Go bindings 3. UUID constructor into an exported `lib/telemetrygateway` package for internal and external consumption. See https://github.com/sourcegraph/sourcegraph/issues/61489 for use cases. This allows MSP services to more easily start publishing events for to Telemetry Gateway, and adds no new dependencies to `lib`. Splits Sourcegraph-specific functionality that used to live in the `telemetrygateway/v1` package to: 1. `internal/telemetrygateway`: backcompat testing 2. `internal/telmeetrygateway/event`: event constructors (collapsing into parent caused import cycle) I've left README + a stub service spec in the old package to redirect visitors from outdated links. Closes https://github.com/sourcegraph/sourcegraph/issues/61489 ## Test plan ``` sg start ``` watch for successful export logs from `telemetrygatewayexporter` |
||
|---|---|---|
| .. | ||
| background-information | ||
| contributing | ||
| how-to | ||
| radar | ||
| security | ||
| setup | ||
| index.md | ||