Skip to content

Commit 1f23b0e

Browse files
committed
Improve messaging for air-gapped analytics
1 parent 284fffb commit 1f23b0e

File tree

3 files changed

+15
-19
lines changed

3 files changed

+15
-19
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. It will replace the legacy Sourcegraph self-hosted analytics.
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: 5 additions & 5 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:
@@ -19,9 +19,9 @@ For more details on setting up Sourcegraph Analytics, see our [enablement instru
1919

2020
## 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. It will replace the legacy Sourcegraph self-hosted analytics.
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)