From 7e98421686a610200e31b4e16c0f15bb09670815 Mon Sep 17 00:00:00 2001 From: Marco Gancitano Date: Tue, 1 Sep 2026 10:22:36 -0400 Subject: [PATCH] Add Google ADK AI observability installation page Co-Authored-By: Claude Fable 5 --- .../installation/google-adk.mdx | 53 +++++++++++++++++++ src/navs/index.js | 5 ++ 2 files changed, 58 insertions(+) create mode 100644 contents/docs/ai-observability/installation/google-adk.mdx diff --git a/contents/docs/ai-observability/installation/google-adk.mdx b/contents/docs/ai-observability/installation/google-adk.mdx new file mode 100644 index 000000000000..bf143dbfcb98 --- /dev/null +++ b/contents/docs/ai-observability/installation/google-adk.mdx @@ -0,0 +1,53 @@ +--- +title: Google ADK observability installation +platformLabel: Google ADK +platformIconName: IconGemini +showStepsToc: true +tableOfContents: [ + { + url: 'install-dependencies', + value: 'Install dependencies', + depth: 1, + }, + { + url: 'add-the-posthog-plugin', + value: 'Add the PostHog plugin', + depth: 1, + }, + { + url: 'run-your-agent', + value: 'Run your agent', + depth: 1, + }, + { + url: 'plugin-options', + value: 'Plugin options', + depth: 1, + }, + { + url: 'verify-traces-and-generations', + value: 'Verify traces and generations', + depth: 1, + }, + { + url: 'next-steps', + value: 'Next steps', + depth: 1, + }, +] +--- + + + +import { GoogleADKInstallation } from 'onboarding/ai-observability/google-adk.tsx' +import { OnboardingContentWrapper } from 'components/Docs/OnboardingContentWrapper' +import NotableGenerationProperties from '../_snippets/notable-generation-properties.mdx' +import { addNextStepsStep } from './_snippets/shared-helpers.tsx' + + + + diff --git a/src/navs/index.js b/src/navs/index.js index 2cf493fdc9d3..ecc64e7d6341 100644 --- a/src/navs/index.js +++ b/src/navs/index.js @@ -6827,6 +6827,11 @@ export const docsMenu = { url: '/docs/ai-observability/installation/google', icon: 'IconGemini', }, + { + name: 'Google ADK', + url: '/docs/ai-observability/installation/google-adk', + icon: 'IconGemini', + }, { name: 'Vercel AI SDK', url: '/docs/ai-observability/installation/vercel-ai',