このページは、まだ日本語ではご利用いただけません。翻訳中です。
旧バージョンのドキュメントを参照しています。 最新のドキュメントはこちらをご参照ください。
Monitor License Usage
Obtain information about your Kong Gateway deployment, including license usage and deployment information using the License Report module. Share this information with Kong to perform a health-check analysis of product utilization and overall deployment performance to ensure your organization is optimized with the best license and deployment plan for your needs.
How the license report module works:
- The license report module manually generates a report containing usage and deployment data by sending a request to an endpoint, as defined below.
- Share this report with your Kong representative to perform an analysis of your deployment.
What the license report module does not do:
- The license report module does not automatically generate a report or send any data to any Kong servers.
- The license report module does not track or generate any data other than the data that is returned in the response after you send a request to the endpoint.
Generate a License Report
Run the license report module and share the output information with your Kong representative for a deployment analysis.
Prerequisites: You must have Admin privileges to generate a license report.
To generate a license report, from an HTTP client:
Report Structure
Field | Description |
---|---|
counters |
Counts the number of requests made in a given month. • bucket : Year and month when the requests were processed. If the value in bucket is UNKNOWN , then the requests were processed before Kong Gateway 2.7.0.1. • request_count : Number of requests processed in the given month and year. |
db_version |
The type and version of the datastore Kong Gateway is using. |
kong_version |
The version of the Kong Gateway instance. |
license_key |
An encrypted identifier for the current license key. If no license is present, the field displays as UNLICENSED . |
rbac_users |
The number of users registered with through RBAC. |
services_count |
The number of configured services in the Kong Gateway instance. |
system_info |
Displays information about the system running Kong Gateway. • cores : Number of CPU cores on the node • hostname : Encrypted system hostname • uname : Operating system |
workspaces_count |
The number of workspaces configured in the Kong Gateway instance. |