Skip to content

Commit

Permalink
Added new documentation : [GCP GKE Tracing - Application and eBPF] (#599
Browse files Browse the repository at this point in the history
)

* Added new documentation : [GCP GKE Tracing - Application and eBPF]

* fix typo

* Few minor modifications on documentation : [GCP GKE Tracing - Application and eBPF]

* Re-arrange keyword order in prerequistes section

* Fixed helm chart url into self hosted quick start section

* Some more minor fixes: corrected namspace name and move --create-namespae argument to last

* Some more minor fixes: moved --create-namespae argument to last in quickstart self hosted VM section

* add a side note

* fix config maps changes

* chore: updated structure

---------

Co-authored-by: jeet desai <[email protected]>
Co-authored-by: CheetoDa <[email protected]>
Co-authored-by: CheetoDa <[email protected]>
  • Loading branch information
4 people authored Sep 3, 2024
1 parent 1e0e56f commit fbacf47
Show file tree
Hide file tree
Showing 13 changed files with 1,151 additions and 1 deletion.
5 changes: 5 additions & 0 deletions constants/docsSideNav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,11 @@ const docsSideNav = [
items: [
{
type: 'doc',
route: '/docs/gcp-monitoring/gke/gke-tracing',
label: 'APM & Tracing',
},
{
type: 'doc',
route: '/docs/gcp-monitoring/gke/gke-logging-and-metrics',
label: 'Logs and Metrics',
},
Expand Down
8 changes: 7 additions & 1 deletion data/docs/gcp-monitoring/gke.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ title: GKE
<DocCardContainer>

<DocCard
title="📄️ Logging and Metrics"
title="📄️ APM & Tracing"
description="This guide provides a detailed walkthrough on how to set up a Google Kubernetes Engine to send Traces to SigNoz."
href="/docs/gcp-monitoring/gke/gke-tracing"
/>

<DocCard
title="📄️ Logging & Metrics"
description="This guide provides a detailed walkthrough on how to set up a Google Kubernetes Engine to send the logs and metrics to SigNoz."
href="/docs/gcp-monitoring/gke/gke-logging-and-metrics"
/>
Expand Down
Loading

0 comments on commit fbacf47

Please sign in to comment.