From 1b9c23a98f4a9697bb008f1d93674216c7836871 Mon Sep 17 00:00:00 2001 From: StatsigBen <143757752+StatsigBen@users.noreply.github.com> Date: Sun, 23 Nov 2025 19:36:57 -0800 Subject: [PATCH] Update how-metrics-work.mdx Updating the create custom metrics link --- metrics/how-metrics-work.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics/how-metrics-work.mdx b/metrics/how-metrics-work.mdx index 12d89bdbf..e14241607 100644 --- a/metrics/how-metrics-work.mdx +++ b/metrics/how-metrics-work.mdx @@ -19,7 +19,7 @@ There are two fundamental sources of metrics in Statsig: 1. **Raw Events** - Statsig [auto-generates certain metrics](/metrics/metrics-from-events) such as **event_count** and user accounting metrics from these events - - You can also define [custom metrics](/metrics/custom-dau) using your logged raw events + - You can also define [custom metrics](/metrics/create) using your logged raw events 2. **Precomputed Metrics** - You can provide these pre-computed values to Statsig Statsig's Stats Engine joins these metrics with your exposure events from feature gates and experiments to compute experiment results and analytics.