Skip to content

Commit

Permalink
feat(docs): add gcp app engine traces documentation (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri authored Sep 1, 2024
1 parent ab59697 commit f827afc
Show file tree
Hide file tree
Showing 4 changed files with 413 additions and 0 deletions.
5 changes: 5 additions & 0 deletions constants/docsSideNav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1429,6 +1429,11 @@ const docsSideNav = [
route: '/docs/gcp-monitoring/app-engine/metrics',
label: 'Metrics',
},
{
type: 'doc',
route: '/docs/gcp-monitoring/app-engine/tracing',
label: 'APM & Tracing',
},
],
},
{
Expand Down
6 changes: 6 additions & 0 deletions data/docs/gcp-monitoring/app-engine.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ title: App Engine
href="/docs/gcp-monitoring/app-engine/metrics/"
/>

<DocCard
title="📄️ APM & Tracing"
description="This guide provides a detailed walkthrough on how to set up App Engine to send the traces to SigNoz."
href="/docs/gcp-monitoring/app-engine/tracing/"
/>

</DocCardContainer>
Loading

0 comments on commit f827afc

Please sign in to comment.