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
Copy file name to clipboardExpand all lines: site/content/installation/usage-reporting.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,13 @@ If using manifests, the following command-line options should be set as necessar
83
83
- `--usage-report-server-url`is the base server URL of the NGINX Instance Manager. This field is required.
84
84
- `--usage-report-cluster-name`is an optional display name in the API for the usage data object.
85
85
86
+
Your NGINX Gateway Fabric Pods should also have one of the following labels:
87
+
88
+
- `app.kubernetes.io/name=nginx-gateway`
89
+
- `app.kubernetes.io/name=nginx-gateway-fabric`
90
+
91
+
{{< note >}}The default installation of NGINX Gateway Fabric already includes at least one of these labels.{{< /note >}}
92
+
86
93
## Viewing Usage Data from the NGINX Instance Manager API
87
94
88
95
NGINX Gateway Fabric sends the number of its instances and nodes in the cluster to NGINX Instance Manager every 24 hours. To view the usage data, query the NGINX Instance Manager API. The usage data is available at the following endpoint (replace `nim.example.com` with your server URL, and set the proper credentials in the `--user` field):
0 commit comments