Skip to content

Commit 06fee07

Browse files
Removed broken links on Telemetry page - added link to admin page (#1355)
Issue: The last paragraph of the [Telemetry page](https://sourcegraph.com/docs/admin/telemetry) contains two broken links that point to legacy docs. This PR removes the paragraph and replaces it with a sentence directing users to contact support for more information about telemetry. Additionally, I noticed that customers could only find the telemetry from the search bar or the technical changelog. So I added a link to the telemetry page in the list of admin resources on /docs/admin. Tested it by running local dev
1 parent 50d38f8 commit 06fee07

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/admin/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Sourcegraph administration is primarily managed by site administrators, who are
3131
- [Beta and experimental features](/admin/beta_and_experimental_features)
3232
- [Code navigation](/code-search/code-navigation/)
3333
- [Pings](/admin/pings)
34+
- [Telemetry](/admin/telemetry)
3435
- [Enterprise pricing and licenses](/admin/subscriptions/)
3536
- [Search](/admin/search)
3637
- [Usage statistics](/admin/usage_statistics)

docs/admin/telemetry/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Some of the measures we take to ensure privacy and data security are:
2121
2. User identifiers are numeric and anonymized, as identifiers are specific per-instance.
2222
3. Data will be encrypted while in motion from each Sourcegraph instance to Sourcegraph.
2323

24-
You can also explore our [telemetry development reference](https://docs-legacy.sourcegraph.com/dev/background-information/telemetry) to learn more about new system with which we record telemetry events, and refer to our [telemetry events data schema](https://docs-legacy.sourcegraph.com/dev/background-information/telemetry/protocol) for specific attributes that are and are not exported by default.
24+
You can reach out to support@sourcegraph.com for additional information about how telemetry events are recorded and which attributes are exported by default.

0 commit comments

Comments
 (0)