diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Dotnet/md-docs/Kubernetes/dotnet-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Dotnet/md-docs/Kubernetes/dotnet-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Dotnet/md-docs/Kubernetes/dotnet-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Dotnet/md-docs/Kubernetes/dotnet-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Elixir/md-docs/Kubernetes/elixir-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Elixir/md-docs/Kubernetes/elixir-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Elixir/md-docs/Kubernetes/elixir-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Elixir/md-docs/Kubernetes/elixir-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/GoLang/md-docs/Kubernetes/golang-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/GoLang/md-docs/Kubernetes/golang-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/GoLang/md-docs/Kubernetes/golang-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/GoLang/md-docs/Kubernetes/golang-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Java/md-docs/Jboss/Kubernetes/jboss-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Java/md-docs/Jboss/Kubernetes/jboss-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Java/md-docs/Jboss/Kubernetes/jboss-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Java/md-docs/Jboss/Kubernetes/jboss-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Java/md-docs/Others/Kubernetes/others-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Java/md-docs/Others/Kubernetes/others-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Java/md-docs/Others/Kubernetes/others-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Java/md-docs/Others/Kubernetes/others-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Java/md-docs/SpringBoot/Kubernetes/springBoot-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Java/md-docs/SpringBoot/Kubernetes/springBoot-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Java/md-docs/SpringBoot/Kubernetes/springBoot-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Java/md-docs/SpringBoot/Kubernetes/springBoot-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Java/md-docs/Tomcat/Kubernetes/tomcat-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Java/md-docs/Tomcat/Kubernetes/tomcat-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Java/md-docs/Tomcat/Kubernetes/tomcat-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Java/md-docs/Tomcat/Kubernetes/tomcat-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/Angular/Kubernetes/angular-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/Angular/Kubernetes/angular-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/Angular/Kubernetes/angular-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/Angular/Kubernetes/angular-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/Express/Kubernetes/express-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/Express/Kubernetes/express-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/Express/Kubernetes/express-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/Express/Kubernetes/express-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/NestJS/Kubernetes/nestjs-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/NestJS/Kubernetes/nestjs-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/NestJS/Kubernetes/nestjs-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/NestJS/Kubernetes/nestjs-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/NodeJS/Kubernetes/nodejs-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/NodeJS/Kubernetes/nodejs-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/NodeJS/Kubernetes/nodejs-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/NodeJS/Kubernetes/nodejs-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/Others/Kubernetes/others-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/Others/Kubernetes/others-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/Others/Kubernetes/others-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/Others/Kubernetes/others-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/ReactJS/Kubernetes/reactjs-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/ReactJS/Kubernetes/reactjs-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/ReactJS/Kubernetes/reactjs-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Javascript/md-docs/ReactJS/Kubernetes/reactjs-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Php/md-docs/Kubernetes/php-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Php/md-docs/Kubernetes/php-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Php/md-docs/Kubernetes/php-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Php/md-docs/Kubernetes/php-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/Django/Kubernetes/django-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/Django/Kubernetes/django-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/Django/Kubernetes/django-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/Django/Kubernetes/django-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/Falcon/Kubernetes/falcon-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/Falcon/Kubernetes/falcon-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/Falcon/Kubernetes/falcon-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/Falcon/Kubernetes/falcon-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/FastAPI/Kubernetes/fastapi-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/FastAPI/Kubernetes/fastapi-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/FastAPI/Kubernetes/fastapi-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/FastAPI/Kubernetes/fastapi-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/Flask/Kubernetes/flask-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/Flask/Kubernetes/flask-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/Flask/Kubernetes/flask-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/Flask/Kubernetes/flask-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/Others/Kubernetes/others-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/Others/Kubernetes/others-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/Others/Kubernetes/others-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Python/md-docs/Others/Kubernetes/others-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/RubyOnRails/md-docs/Kubernetes/ror-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/RubyOnRails/md-docs/Kubernetes/ror-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/RubyOnRails/md-docs/Kubernetes/ror-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/RubyOnRails/md-docs/Kubernetes/ror-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Rust/md-docs/Kubernetes/rust-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Rust/md-docs/Kubernetes/rust-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Rust/md-docs/Kubernetes/rust-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Rust/md-docs/Kubernetes/rust-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/APM/Swift/md-docs/Kubernetes/swift-kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/APM/Swift/md-docs/Kubernetes/swift-kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/APM/Swift/md-docs/Kubernetes/swift-kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/APM/Swift/md-docs/Kubernetes/swift-kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/AwsMonitoring/EKS/eks-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/AwsMonitoring/EKS/eks-installOtelCollector.md index 946b7fbdbf26..0b8953cca0a2 100644 --- a/frontend/src/container/OnboardingContainer/Modules/AwsMonitoring/EKS/eks-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/AwsMonitoring/EKS/eks-installOtelCollector.md @@ -1,24 +1,47 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: aws + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{region}.signoz.cloud:443 +otelInsecure: false +signozApiKey: +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false + resourceDetection: + detectors: + - eks + - system ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/InfrastructureMonitoring/KubernetesInfraMetrics/md-docs/kubernetes-setupOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/InfrastructureMonitoring/KubernetesInfraMetrics/md-docs/kubernetes-setupOtelCollector.md index e6703d898097..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/InfrastructureMonitoring/KubernetesInfraMetrics/md-docs/kubernetes-setupOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/InfrastructureMonitoring/KubernetesInfraMetrics/md-docs/kubernetes-setupOtelCollector.md @@ -5,17 +5,39 @@ Add the SigNoz Helm Chart repository helm repo add signoz https://charts.signoz.io ``` +  + If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +  + +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +``` diff --git a/frontend/src/container/OnboardingContainer/Modules/LogsManagement/Kubernetes/md-docs/kubernetes-installOtelCollector.md b/frontend/src/container/OnboardingContainer/Modules/LogsManagement/Kubernetes/md-docs/kubernetes-installOtelCollector.md index 946b7fbdbf26..7daf553c0cb8 100644 --- a/frontend/src/container/OnboardingContainer/Modules/LogsManagement/Kubernetes/md-docs/kubernetes-installOtelCollector.md +++ b/frontend/src/container/OnboardingContainer/Modules/LogsManagement/Kubernetes/md-docs/kubernetes-installOtelCollector.md @@ -1,24 +1,43 @@ -## Install otel-collector in your Kubernetes infra -  +### Install otel-collector in your Kubernetes infra Add the SigNoz Helm Chart repository ```bash helm repo add signoz https://charts.signoz.io ``` +   If the chart is already present, update the chart to the latest using: ```bash helm repo update ``` +   -Install the Kubernetes Infrastructure chart provided by SigNoz -```bash -helm install my-release signoz/k8s-infra \ ---set otelCollectorEndpoint=ingest.{{REGION}}.signoz.cloud:443 \ ---set otelInsecure=false \ ---set signozApiKey={{SIGNOZ_INGESTION_KEY}} \ ---set global.clusterName= +For generic Kubernetes clusters, you can create *override-values.yaml* with the following configuration: + +```yaml +global: + cloud: others + clusterName: + deploymentEnvironment: +otelCollectorEndpoint: ingest.{{REGION}}.signoz.cloud:443 +otelInsecure: false +signozApiKey: {{SIGNOZ_INGESTION_KEY}} +presets: + otlpExporter: + enabled: true + loggingExporter: + enabled: false ``` + - Replace `` with the name of the Kubernetes cluster or a unique identifier of the cluster. +- Replace `` with the deployment environment of your application. Example: **"staging"**, **"production"**, etc. + +  + +To install the k8s-infra chart with the above configuration, run the following command: + +```bash +helm install my-release signoz/k8s-infra -f override-values.yaml +```