mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-14 13:25:21 +00:00
* add deps * hook up dau from audit table to analytics page * add audit event for code nav * analytics dashboard * add changelog entry * add news entry * smaller video and news data nit * feedback
51 lines
1.5 KiB
Text
51 lines
1.5 KiB
Text
---
|
|
title: Analytics
|
|
sidebarTitle: Analytics
|
|
---
|
|
|
|
import LicenseKeyRequired from '/snippets/license-key-required.mdx'
|
|
import { Callout } from 'nextra/components'
|
|
|
|
<LicenseKeyRequired />
|
|
|
|
|
|
## Overview
|
|
|
|
Analytics provides comprehensive insights into your organization's usage of Sourcebot, helping you understand adoption patterns and
|
|
quantify the value of time saved.
|
|
|
|
This dashboard is backed by [audit log](/docs/configuration/audit-logs) events. Please ensure you have audit logging enabled in order to see these insights.
|
|
|
|
<video
|
|
autoPlay
|
|
muted
|
|
loop
|
|
playsInline
|
|
className="w-full aspect-video"
|
|
src="/images/analytics_demo.mp4"
|
|
></video>
|
|
|
|
## Data Metrics
|
|
|
|
### Active Users
|
|
Tracks the number of unique users who performed any Sourcebot operation within each time period. This metric helps you understand team adoption
|
|
and engagement with Sourcebot.
|
|
|
|

|
|
|
|
### Code Searches
|
|
Counts the number of code search operations performed by your team.
|
|
|
|

|
|
|
|
### Code Navigation
|
|
Tracks "Go to Definition" and "Find All References" navigation actions. Navigation actions help developers quickly move
|
|
between code locations and understand code relationships.
|
|
|
|

|
|
|
|
## Cost Savings Calculator
|
|
|
|
The analytics dashboard includes a built-in cost savings calculator that helps you quantify the ROI of using Sourcebot.
|
|
|
|

|