Skip to content

Commit 1019b10

Browse files
authored
Merge info of old in-app analytics with SG Analytics (#1455)
In-app analytics don't exist anymore.
1 parent 77fe85a commit 1019b10

11 files changed

Lines changed: 9 additions & 101 deletions

File tree

docs/admin/analytics.mdx

Lines changed: 0 additions & 51 deletions
This file was deleted.

docs/admin/deploy/migrate-backup.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ This list is not guaranteed to be complete, but rather representative of the typ
4242
| [Batch Changes](/batch-changes/) | No | |
4343
| [Code graph metadata](/code-search/code-navigation/precise_code_navigation) | Yes (if manually regenerated) | This can be regenerated by re-running the indexing and upload process for affected repositories and revisions, but will not be regenerated by default. |
4444
| [User survey responses](/admin/user_surveys) | No | |
45-
| [Usage statistics and event logs](/admin/usage_statistics) | No | Event logs allow admins to track and audit usage, but are not necessary for Sourcegraph to work. |
4645

4746
### Data stored on disk
4847

docs/admin/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ Sourcegraph administration is primarily managed by site administrators, who are
2424

2525
## Features
2626

27-
- [Analytics](/admin/analytics) (experimental)
2827
- [Batch Changes](/batch-changes/)
2928
- [Beta and experimental features](/admin/beta_and_experimental_features)
3029
- [Code navigation](/code-search/code-navigation/)
3130
- [Pings](/admin/pings)
3231
- [Telemetry](/admin/telemetry)
3332
- [Enterprise pricing and licenses](/admin/subscriptions/)
3433
- [Search](/admin/search)
35-
- [Usage statistics](/admin/usage_statistics)
3634
- [User feedback surveys](/admin/user_surveys)
35+
- [Analytics](/analytics)
3736
- [Audit logs](/admin/audit_log)

docs/admin/self-hosted.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,12 @@ Get started running Sourcegraph on-prem.
5555

5656
## Features
5757

58-
- [Analytics](/admin/analytics) (experimental)
5958
- [Batch Changes](/batch-changes/)
6059
- [Beta and experimental features](/admin/beta_and_experimental_features)
6160
- [Code navigation](/code-search/code-navigation/)
6261
- [Pings](/admin/pings)
6362
- [Enterprise pricing and licenses](/admin/subscriptions/)
6463
- [Search](/admin/search)
65-
- [Usage statistics](/admin/usage_statistics)
6664
- [User feedback surveys](/admin/user_surveys)
65+
- [Analytics](/analytics)
6766
- [Audit logs](/admin/audit_log)

docs/admin/usage_statistics.mdx

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/admin/user_surveys.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ Responses to this survey are visible to all site admins on the Sourcegraph insta
2020
On this page, admins can view individual satisfaction scores (from 0–10) and individual qualitative feedback, along with aggregate historical scores.
2121

2222
Survey responses are also sent to Sourcegraph.com.
23-
24-
## See also
25-
26-
- [Usage statistics](/admin/usage_statistics)

docs/api/mcp/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</p>
77

88
<TierCallout>Supported on [Enterprise](/pricing/enterprise) plans.</TierCallout>
9-
<Callout type="note">Available in version 6.8 and above.</Callout>
9+
1010
<Callout type="note">
1111
This feature is
1212
[experimental](admin/beta_and_experimental_features#experimental-features)

docs/code-search/types/fuzzy.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,3 @@ Use the **Searching everywhere** or **Searching in this repo** filter to determi
2424
src="https://storage.googleapis.com/sourcegraph-assets/Fuzzy%20Finder%20-%20Search%20Scope.png"
2525
alt="Fuzzy finder"
2626
/>
27-
28-
Site admins and users can disable the Fuzzy Finder feature by adding the following configuration to their `user` or `global` settings:
29-
30-
```
31-
{
32-
"experimentalFeatures": {
33-
"fuzzyFinder": false
34-
}
35-
}
36-
```
37-
38-
This setting completely disables the Fuzzy Finder for the configured scope (user or global).

docs/getting-started/github-vs-sourcegraph.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ GitHub does not offer comprehensive insights that account for the content of the
282282

283283
With [insights for Projects](https://docs.github.com/en/issues/planning-and-tracking-with-projects/viewing-insights-from-your-project/about-insights-for-projects) in GitHub, you can view, create, and customize charts that are built from the project’s data. [Organization activity insights](https://docs.github.com/en/enterprise-cloud@latest/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-your-organization) help you understand how members of the organization are using GitHub, e.g. issue and pull request activity, top languages used, and cumulative information about where members spend their time.
284284

285-
Sourcegraph offers [in-product analytics](/admin/analytics) to help Sourcegraph administrators understand user engagement across the various Sourcegraph features, identify power users, and convey value to engineering leaders.
286-
287285
| **Features** | **GitHub** | **Sourcegraph** |
288286
| ------------------------------------------ | -------------------------------------------------------------------------------------------------- | --------------- |
289287
| Codebase insights | ✗ (Offers dependency insights. Does not offer customizable insights about the content of the code) ||

src/data/navigation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,6 @@ export const navigation: NavigationItem[] = [
453453
href: '/admin/permissions'
454454
},
455455
{title: 'OAuth Apps', href: '/admin/oauth_apps'},
456-
{title: 'Analytics', href: '/admin/analytics'},
457456
{title: 'Executors', href: '/admin/executors'},
458457
{title: 'FAQs', href: '/admin/faq'},
459458
{title: 'How-to Guides', href: '/admin/how-to'},

0 commit comments

Comments
 (0)