You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collect backendTLSPolicy and GRPCRoute Count (#1954)
Problem: I want to collect the GRPCRoute and BackendTLSPolicy count from all NGF/NIC installations.
Solution: Adding two new fields GRPCRouteCount, BackendTLSPolicyCount to telemetry data collector.
Copy file name to clipboardExpand all lines: site/content/overview/product-telemetry.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Telemetry data is collected once every 24 hours and sent to a service managed by
26
26
-**Deployment Replica Count:** the count of NGINX Gateway Fabric Pods.
27
27
-**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.
28
28
-**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.
29
-
-**Count of Resources:** the total count of resources related to NGINX Gateway Fabric. This includes `GatewayClasses`, `Gateways`, `HTTPRoutes`, `Secrets`, `Services`, and `Endpoints`. The data within these resources is **not** collected.
29
+
-**Count of Resources:** the total count of resources related to NGINX Gateway Fabric. This includes `GatewayClasses`, `Gateways`, `HTTPRoutes`,`GRPCRoutes`,`Secrets`, `Services`, `BackendTLSPolicies`, and `Endpoints`. The data within these resources is **not** collected.
30
30
31
31
This data is used to identify the following information:
0 commit comments