Add client metrics documentation (#701)

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:
Zoltan Papp
2026-07-01 20:09:21 +02:00
committed by GitHub
parent 569aeafd01
commit f122fcf827
2 changed files with 46 additions and 0 deletions

View File

@@ -487,6 +487,10 @@ export const docsNavigation = [
{ title: 'IPv6 Overlay Addressing', href: '/manage/settings/ipv6' },
{ 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',