From a17d63e2af151149326f9353129cea6162d6a89c Mon Sep 17 00:00:00 2001 From: shaun-nx Date: Wed, 15 Oct 2025 09:23:51 +0100 Subject: [PATCH 1/2] Re add missing line for N1 Console telemetry --- content/ngf/overview/product-telemetry.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/ngf/overview/product-telemetry.md b/content/ngf/overview/product-telemetry.md index 45237d56d..895273b3d 100644 --- a/content/ngf/overview/product-telemetry.md +++ b/content/ngf/overview/product-telemetry.md @@ -32,9 +32,7 @@ Telemetry data is collected once every 24 hours and sent to a service managed by - **SnippetsFilters Info** a list of directive-context strings from applied SnippetFilters and a total count per strings. The actual value of any NGINX directive is **not** collected. - **Control Plane Pod Count** the count of NGINX Gateway Fabric Pods. - **Data Plane Pod Count** the count of NGINX data plane Pods. -- **NGINX One Console Connection Info** indicates whether the connection to the NGINX One Console is enabled. -This data is used to identify the following information: - +- **NGINX One Console Connection Info** indicates whether the connection to the NGINX One Console is enabled. This data is used to identify the following information: - The flavors of Kubernetes environments that are most popular among our users. - The number of unique NGINX Gateway Fabric installations. - The scale of NGINX Gateway Fabric Deployments. From ea485a3a5489dfe420d16a6bce10b13afac33504 Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Fri, 17 Oct 2025 12:49:13 -0700 Subject: [PATCH 2/2] fix: per @bjee19 request --- content/ngf/overview/product-telemetry.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/content/ngf/overview/product-telemetry.md b/content/ngf/overview/product-telemetry.md index 895273b3d..b32f58df8 100644 --- a/content/ngf/overview/product-telemetry.md +++ b/content/ngf/overview/product-telemetry.md @@ -32,13 +32,15 @@ Telemetry data is collected once every 24 hours and sent to a service managed by - **SnippetsFilters Info** a list of directive-context strings from applied SnippetFilters and a total count per strings. The actual value of any NGINX directive is **not** collected. - **Control Plane Pod Count** the count of NGINX Gateway Fabric Pods. - **Data Plane Pod Count** the count of NGINX data plane Pods. -- **NGINX One Console Connection Info** indicates whether the connection to the NGINX One Console is enabled. This data is used to identify the following information: -- The flavors of Kubernetes environments that are most popular among our users. -- The number of unique NGINX Gateway Fabric installations. -- The scale of NGINX Gateway Fabric Deployments. -- The scale of Gateway API resources. -- The used features of NGINX Gateway Fabric. -- The cluster is connected to NGINX One Console. +- **NGINX One Console Connection Info** indicates whether the connection to the NGINX One Console is enabled. + + This data is used to identify the following information: + - The flavors of Kubernetes environments that are most popular among our users. + - The number of unique NGINX Gateway Fabric installations. + - The scale of NGINX Gateway Fabric Deployments. + - The scale of Gateway API resources. + - The used features of NGINX Gateway Fabric. + - The cluster is connected to NGINX One Console. Our goal is to publicly discuss data trends to drive roadmap discussions in our [Community Meeting](https://github.com/nginx/nginx-gateway-fabric/discussions/1472). @@ -56,4 +58,4 @@ helm install ... --set nginxGateway.productTelemetry.enable=false ### Manifests -Add the `--product-telemetry-disable` flag to the `nginx-gateway` container in your Deployment manifest. \ No newline at end of file +Add the `--product-telemetry-disable` flag to the `nginx-gateway` container in your Deployment manifest.