Add client metrics documentation

Add docs page for the new client metrics push feature covering what
is collected, how to enable via dashboard, and env var override.
This commit is contained in:
Zoltán Papp
2026-04-14 17:38:53 +02:00
parent a4db2c6100
commit 07e679e857
2 changed files with 46 additions and 0 deletions

View File

@@ -438,6 +438,10 @@ export const docsNavigation = [
},
{ title: 'Auto Update', href: '/manage/peers/auto-update' },
{ title: 'Lazy Connections', href: '/manage/peers/lazy-connection' },
{
title: 'Client Metrics',
href: '/manage/client-metrics',
},
{
title: 'Notifications',
href: '/manage/settings/notifications',