Skip to content

Commit 181c280

Browse files
authored
1 parent 284fffb commit 181c280

File tree

3 files changed

+16
-20
lines changed

3 files changed

+16
-20
lines changed

docs/analytics/air-gapped.mdx

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
1-
# Sourcegraph Air-gapped Analytics
1+
# Sourcegraph Air-Gapped Analytics
22

3-
<Callout type="note">This feature is not yet available. Coming soon.</Callout>
3+
<Callout type="info">Air-Gapped analytics is an upcoming feature currently in development. If you would like to learn more, please get in touch with your Sourcegraph representative.</Callout>
44

5-
Sourcegraph Air-gapped Analytics is coming soon! Air-gapped customers can view usage metrics in a locally deployed analytics service built on Grafana.
5+
Air-Gapped customers can view usage metrics in a locally deployed analytics service built on Grafana to see Sourcegraph usage data.
66

7-
This product is in development now. If you would like to learn more, please contact your Sourcegraph representative.
7+
<Accordion title="What to expect?">
88

9-
## Set-up instructions
9+
We are actively working on the product and will update this page with more information as it becomes available, like:
1010

11-
Coming soon.
11+
- Set-up instructions
12+
- Updates
13+
- Custom metrics
1214

13-
## Updates
14-
15-
Coming soon.
16-
17-
## Custom metrics
18-
19-
Coming soon.
15+
</Accordion>

docs/analytics/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Sourcegraph Analytics
22

3-
Enterprise customers can use Sourcegraph Analytics to get a clear view of usage, engagement, performance, and impact.
3+
Enterprise customers can use Sourcegraph Analytics to get a clear view of usage, engagement, performance, and impact.
44

55
## Sourcegraph Cloud Analytics
6-
This solution is available to:
6+
This solution is available to:
77
- [Sourcegraph Cloud](/cloud) customers
8-
- Self-hosted customers that have fully enabled usage telemetry, and that are running a supported version of Sourcegraph (5.9+)
8+
- Self-hosted customers that have fully enabled usage telemetry, and that are running a supported version of Sourcegraph (5.9+)
99

1010
[Sourcegraph Cloud](/cloud) customers can use our managed [cloud analytics service](https://cody-analytics.sourcegraph.com) for Cody and Code Search usage data.
1111
Self-hosted customers can also use this service, but they must:
@@ -17,11 +17,11 @@ For more details on setting up Sourcegraph Analytics, see our [enablement instru
1717

1818
![Sourcegraph-cloud-analytics](https://storage.googleapis.com/sourcegraph-assets/Docs/Sourcegraph-Analytics-2025-01-28.png)
1919

20-
## Air-gapped Analytics
20+
## Air-Gapped Analytics
2121

22-
Air-gapped customers will soon be able to use our self-hosted and locally deployed analytics service, built on Grafana, to see Sourcegraph usage data.
22+
<Callout type="info">Air-Gapped analytics is an upcoming feature currently in development. If you would like to learn more, please get in touch with your Sourcegraph representative.</Callout>
2323

24-
This product is in development now. If you would like to learn more, please contact your Sourcegraph representative.
24+
Air-Gapped customers can view usage metrics in a locally deployed analytics service built on Grafana to see Sourcegraph usage data.
2525

2626
## Metrics
2727

src/data/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export const navigation: NavigationItem[] = [
262262
sections: [
263263
{ title: "Metrics", href: "/analytics#metrics" },
264264
{ title: "Cloud Analytics", href: "/analytics/cloud" },
265-
{ title: "Air-gapped Analytics", href: "/analytics/air-gapped" },
265+
{ title: "Air-Gapped Analytics", href: "/analytics/air-gapped" },
266266
],
267267
},
268268
{

0 commit comments

Comments
 (0)