Skip to content

Commit

Permalink
feat(docs): create cloud run setup and logging doc (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri authored Sep 9, 2024
1 parent 013cc16 commit fcd42a1
Show file tree
Hide file tree
Showing 12 changed files with 956 additions and 0 deletions.
18 changes: 18 additions & 0 deletions constants/docsSideNav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1569,6 +1569,24 @@ const docsSideNav = [
},
],
},
{
label: 'Cloud Run',
type: 'category',
isExpanded: false,
route: '/docs/gcp-monitoring/cloud-run',
items: [
{
type: 'doc',
route: '/docs/gcp-monitoring/cloud-run/cloud-run-setup',
label: 'Cloud Run Service Setup',
},
{
type: 'doc',
route: '/docs/gcp-monitoring/cloud-run/logging',
label: 'Logging',
},
],
},
],
},
{
Expand Down
22 changes: 22 additions & 0 deletions data/docs/gcp-monitoring/cloud-run.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
date: 2024-08-20
id: cloud-run
title: Cloud Run
---

<DocCardContainer>

<DocCard
title="📄️ Cloud Run Service Setup"
description="This guide provides a detailed walkthrough on how to set up Cloud Run service."
href="/docs/gcp-monitoring/cloud-run/cloud-run-setup/"
/>

<DocCard
title="📄️ Logging"
description="This guide provides a detailed walkthrough on how to set up Cloud Run service to send the logs to SigNoz."
href="/docs/gcp-monitoring/cloud-run/logging/"
/>


</DocCardContainer>
Loading

0 comments on commit fcd42a1

Please sign in to comment.