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:
Maycon Santos
2026-05-29 16:04:04 +02:00
committed by GitHub
parent 9e09fa68fa
commit 109140a77a
8 changed files with 514 additions and 0 deletions

View File

@@ -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,