Skip to content

Commit

Permalink
feat(docs): doc on gcp cloud monitoring metrics (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri authored Sep 18, 2024
1 parent 4d4d715 commit e3ba300
Show file tree
Hide file tree
Showing 12 changed files with 473 additions and 0 deletions.
13 changes: 13 additions & 0 deletions constants/docsSideNav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1607,6 +1607,19 @@ const docsSideNav = [
},
],
},
{
label: 'Cloud Monitoring',
type: 'category',
isExpanded: false,
route: '/docs/gcp-monitoring/cloud-monitoring',
items: [
{
type: 'doc',
route: '/docs/gcp-monitoring/cloud-monitoring/metrics',
label: 'Metrics',
},
],
},
],
},
{
Expand Down
15 changes: 15 additions & 0 deletions data/docs/gcp-monitoring/cloud-monitoring.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
date: 2024-09-18
id: cloud-monitoring
title: Cloud Monitoring
---

<DocCardContainer>

<DocCard
title="📄️ Metrics"
description="This guide provides a detailed walkthrough on how to set up Cloud Monitoring to send the metrics to SigNoz."
href="/docs/gcp-monitoring/cloud-monitoring/metrics/"
/>

</DocCardContainer>
Loading

0 comments on commit e3ba300

Please sign in to comment.