mirror of
https://github.com/netbirdio/docs.git
synced 2026-09-01 12:41:36 +02:00
Add observability documentation for self-hosted deployments (#772)
* Add observability documentation for self-hosted deployments * Update src/pages/selfhosted/observability/index.mdx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update src/pages/selfhosted/observability/index.mdx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Document metric naming conventions and updates across self-hosted observability pages --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -578,6 +578,19 @@ export const docsNavigation = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Observability',
|
||||
isOpen: false,
|
||||
links: [
|
||||
{ title: 'Overview', href: '/selfhosted/observability' },
|
||||
{ title: 'Management', href: '/selfhosted/observability/management' },
|
||||
{ title: 'Signal', href: '/selfhosted/observability/signal' },
|
||||
{ title: 'Relay', href: '/selfhosted/observability/relay' },
|
||||
{ title: 'Proxy', href: '/selfhosted/observability/proxy' },
|
||||
{ title: 'Combined', href: '/selfhosted/observability/combined' },
|
||||
{ title: 'Dashboards', href: '/selfhosted/observability/dashboards' },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'Authentication',
|
||||
isOpen: false,
|
||||
|
||||
Reference in New Issue
Block a user