From 094e6ab83263f20910a2bae649854fd39c2bd4fe Mon Sep 17 00:00:00 2001 From: shaun-nx Date: Thu, 9 Oct 2025 16:21:24 +0100 Subject: [PATCH 1/2] Add details on BuildOS and InferencePoolCount to Product Telemetry docs --- content/ngf/overview/product-telemetry.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/ngf/overview/product-telemetry.md b/content/ngf/overview/product-telemetry.md index 45237d56d..d251c0c4a 100644 --- a/content/ngf/overview/product-telemetry.md +++ b/content/ngf/overview/product-telemetry.md @@ -27,6 +27,7 @@ Telemetry data is collected once every 24 hours and sent to a service managed by - **Version:** the version of the NGINX Gateway Fabric Deployment. - **Deployment UID:** the UID of the NGINX Gateway Fabric Deployment. - **Image Build Source:** whether the image was built by GitHub or locally (values are `gha`, `local`, or `unknown`). The source repository of the images is **not** collected. +- **Build OS:** the base operating system the image was built on (values are currently `alpine` or `ubi`). - **Deployment Flags:** a list of NGINX Gateway Fabric Deployment flags that are specified by a user. The actual values of non-boolean flags are **not** collected; we only record that they are either `true` or `false` for boolean flags and `default` or `user-defined` for the rest. - **Count of Resources:** the total count of resources related to NGINX Gateway Fabric. This includes `GatewayClasses`, `Gateways`, `HTTPRoutes`,`GRPCRoutes`, `TLSRoutes`, `Secrets`, `Services`, `BackendTLSPolicies`, `ClientSettingsPolicies`, `NginxProxies`, `ObservabilityPolicies`, `UpstreamSettingsPolicies`, `SnippetsFilters`, and `Endpoints`. The data within these resources is **not** collected. - **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. From 365fd3fdcdc9030e26b7b5ea2118f45509f4f887 Mon Sep 17 00:00:00 2001 From: shaun-nx Date: Thu, 9 Oct 2025 16:28:25 +0100 Subject: [PATCH 2/2] Add InferencePoolCount --- content/ngf/overview/product-telemetry.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/ngf/overview/product-telemetry.md b/content/ngf/overview/product-telemetry.md index d251c0c4a..7f71b9bc8 100644 --- a/content/ngf/overview/product-telemetry.md +++ b/content/ngf/overview/product-telemetry.md @@ -34,6 +34,7 @@ Telemetry data is collected once every 24 hours and sent to a service managed by - **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. +- **InferencePool Count** the count of InferencePools that are referenced by at least one Route. This data is used to identify the following information: - The flavors of Kubernetes environments that are most popular among our users.