docs: added documentation on instrumentation (#9160)

Added new documentation chapter on instrumentation and observability
This commit is contained in:
Shahed Nasser
2024-09-17 17:22:16 +00:00
committed by GitHub
parent c6795dfc47
commit cda5bbac78
3 changed files with 164 additions and 1 deletions
+5
View File
@@ -423,6 +423,11 @@ export const sidebar = numberSidebarItems(
},
],
},
{
type: "link",
path: "/debugging-and-testing/instrumentation",
title: "Instrumentation",
},
{
type: "link",
path: "/debugging-and-testing/logging",