Skip to content

Commit

Permalink
feat(docs): add gcp serverless vpc conncetor logging doc (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutimantri authored Sep 3, 2024
1 parent 6c4e7c0 commit de7a109
Show file tree
Hide file tree
Showing 24 changed files with 449 additions and 30 deletions.
15 changes: 10 additions & 5 deletions constants/docsSideNav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1398,11 +1398,6 @@ const docsSideNav = [
route: '/docs/gcp-monitoring/bootstrapping/gce-creation',
label: 'Creating Compute Engine',
},
{
type: 'doc',
route: '/docs/gcp-monitoring/bootstrapping/cloud-sql-creation',
label: 'Creating Cloud SQL',
},
],
},
{
Expand Down Expand Up @@ -1503,6 +1498,11 @@ const docsSideNav = [
label: 'Cloud SQL',
route: '/docs/gcp-monitoring/cloud-sql',
items: [
{
type: 'doc',
route: '/docs/gcp-monitoring/cloud-sql/cloud-sql-creation',
label: 'Creating Cloud SQL',
},
{
type: 'doc',
route: '/docs/gcp-monitoring/cloud-sql/logging',
Expand Down Expand Up @@ -1539,6 +1539,11 @@ const docsSideNav = [
route: '/docs/gcp-monitoring/vpc/vpc-connector-creation',
label: 'Creating Serverless VPC Access Connector',
},
{
type: 'doc',
route: '/docs/gcp-monitoring/vpc/logging',
label: 'Logging',
},
{
type: 'doc',
route: '/docs/gcp-monitoring/vpc/metrics',
Expand Down
6 changes: 0 additions & 6 deletions data/docs/gcp-monitoring/bootstrapping.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,4 @@ title: Bootstrapping
href="/docs/gcp-monitoring/bootstrapping/gce-creation/"
/>

<DocCard
title="📄️ Creating Cloud SQL"
description="This guide provides a detailed walkthrough on how to set up Cloud SQL instance."
href="/docs/gcp-monitoring/bootstrapping/cloud-sql-creation/"
/>

</DocCardContainer>
6 changes: 6 additions & 0 deletions data/docs/gcp-monitoring/cloud-sql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ title: Cloud SQL

<DocCardContainer>

<DocCard
title="📄️ Creating Cloud SQL"
description="This guide provides a detailed walkthrough on how to set up Cloud SQL instance."
href="/docs/gcp-monitoring/cloud-sql/cloud-sql-creation/"
/>

<DocCard
title="📄️ Logging"
description="This guide provides a detailed walkthrough on how to set up Cloud SQL to send the logs to SigNoz."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2024-08-20
id: cloud-sql-creation
title: Creating Cloud SQL
hide_table_of_contents: true
---

## Overview
Expand All @@ -14,7 +15,7 @@ This document guides you on how to launch the Cloud SQL instance on GCP.

<figure data-zoomable align="left">
<img
src="/img/docs/gcp-monitoring/bootstrapping/cloud-sql-creation/create-instance.webp"
src="/img/docs/gcp-monitoring/cloud-sql/cloud-sql-creation/create-instance.webp"
alt="Create Cloud SQL Instance"
/>
<figcaption>
Expand All @@ -28,7 +29,7 @@ Create Cloud SQL Instance

<figure data-zoomable align="left">
<img
src="/img/docs/gcp-monitoring/bootstrapping/cloud-sql-creation/choose-mysql.webp"
src="/img/docs/gcp-monitoring/cloud-sql/cloud-sql-creation/choose-mysql.webp"
alt="Choose MySQL"
/>
<figcaption>
Expand All @@ -43,7 +44,7 @@ Choose MySQL

<figure data-zoomable align="left">
<img
src="/img/docs/gcp-monitoring/bootstrapping/cloud-sql-creation/create-instance-part1.webp"
src="/img/docs/gcp-monitoring/cloud-sql/cloud-sql-creation/create-instance-part1.webp"
alt="Create Cloud SQL Instance"
/>
<figcaption>
Expand All @@ -59,7 +60,7 @@ Create Cloud SQL Instance

<figure data-zoomable align="left">
<img
src="/img/docs/gcp-monitoring/bootstrapping/cloud-sql-creation/create-instance-part2.webp"
src="/img/docs/gcp-monitoring/cloud-sql/cloud-sql-creation/create-instance-part2.webp"
alt="Create Cloud SQL Instance Continued.."
/>
<figcaption>
Expand All @@ -76,7 +77,7 @@ With this we will be accepting the connections from all the IP addresses. Click

<figure data-zoomable align="left">
<img
src="/img/docs/gcp-monitoring/bootstrapping/cloud-sql-creation/add-network.webp"
src="/img/docs/gcp-monitoring/cloud-sql/cloud-sql-creation/add-network.webp"
alt="Add a Network"
/>
<figcaption>
Expand All @@ -88,7 +89,7 @@ Add a Network

<figure data-zoomable align="left">
<img
src="/img/docs/gcp-monitoring/bootstrapping/cloud-sql-creation/provide-network-config.webp"
src="/img/docs/gcp-monitoring/cloud-sql/cloud-sql-creation/provide-network-config.webp"
alt="Provide Network Configuration"
/>
<figcaption>
Expand All @@ -107,7 +108,7 @@ Turning the `general_log` flag on will start logging all the queries made to the

<figure data-zoomable align="left">
<img
src="/img/docs/gcp-monitoring/bootstrapping/cloud-sql-creation/add-database-flag.webp"
src="/img/docs/gcp-monitoring/cloud-sql/cloud-sql-creation/add-database-flag.webp"
alt="Add Database Flag"
/>
<figcaption>
Expand All @@ -120,7 +121,7 @@ Add Database Flag

<figure data-zoomable align="left">
<img
src="/img/docs/gcp-monitoring/bootstrapping/cloud-sql-creation/add-general-log-flag.webp"
src="/img/docs/gcp-monitoring/cloud-sql/cloud-sql-creation/add-general-log-flag.webp"
alt="Add general_log Flag"
/>
<figcaption>
Expand All @@ -140,7 +141,7 @@ Add `general_log` Flag

<figure data-zoomable align="left">
<img
src="/img/docs/gcp-monitoring/bootstrapping/cloud-sql-creation/instance-public-ip.webp"
src="/img/docs/gcp-monitoring/cloud-sql/cloud-sql-creation/instance-public-ip.webp"
alt="Public IP of the Cloud SQL Instance"
/>
<figcaption>
Expand Down
4 changes: 2 additions & 2 deletions data/docs/gcp-monitoring/cloud-sql/logging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This documentation provides a detailed walkthrough to send the Google Cloud SQL

### Get started with Cloud SQL Configuration

Follow the steps mentioned in the [Creating Cloud SQL](/docs/gcp-monitoring/bootstrapping/cloud-sql-creation) document to create Cloud SQL instance.
Follow the steps mentioned in the [Creating Cloud SQL](/docs/gcp-monitoring/cloud-sql/cloud-sql-creation) document to create Cloud SQL instance.

### Create PubSub Topic

Expand Down Expand Up @@ -187,7 +187,7 @@ For more details on how to configure Self-Hosted SigNoz for Logs, check [officia

### Get started with Cloud SQL Configuration

Follow the steps mentioned in the [Creating Cloud SQL](/docs/gcp-monitoring/bootstrapping/cloud-sql-creation) document to create Cloud SQL instance.
Follow the steps mentioned in the [Creating Cloud SQL](/docs/gcp-monitoring/cloud-sql/cloud-sql-creation) document to create Cloud SQL instance.

### Create PubSub Topic

Expand Down
4 changes: 2 additions & 2 deletions data/docs/gcp-monitoring/cloud-sql/metrics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This document provides a detailed walkthrough on how to send Google Cloud SQL me

### Get started with Cloud SQL Configuration

Follow the steps mentioned in the [Creating Cloud SQL](/docs/gcp-monitoring/bootstrapping/cloud-sql-creation) document to create Cloud SQL instance.
Follow the steps mentioned in the [Creating Cloud SQL](/docs/gcp-monitoring/cloud-sql/cloud-sql-creation) document to create Cloud SQL instance.

## Deploy Telegraf to fetch the metrics from Google Cloud Monitoring

Expand Down Expand Up @@ -174,7 +174,7 @@ If you run into any problems while setting up monitoring for your App Engine's m

### Get started with Cloud SQL Configuration

Follow the steps mentioned in the [Creating Cloud SQL](/docs/gcp-monitoring/bootstrapping/cloud-sql-creation) document to create Cloud SQL instance.
Follow the steps mentioned in the [Creating Cloud SQL](/docs/gcp-monitoring/cloud-sql/cloud-sql-creation) document to create Cloud SQL instance.

## Deploy Telegraf to fetch the metrics from Google Cloud Monitoring

Expand Down
6 changes: 6 additions & 0 deletions data/docs/gcp-monitoring/vpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ title: Serverless VPC Access Connector
href="/docs/gcp-monitoring/vpc/vpc-connector-creation/"
/>

<DocCard
title="📄️ Logging"
description="This guide provides a detailed walkthrough on how to set up a Serverless VPC Access Connector to send the logs to SigNoz."
href="/docs/gcp-monitoring/vpc/logging/"
/>

<DocCard
title="📄️ Metrics"
description="This guide provides a detailed walkthrough on how to set up a Serverless VPC Access Connector to send the metrics to SigNoz."
Expand Down
Loading

0 comments on commit de7a109

Please sign in to comment.