Metrics
Register, read, or delete metrics recorded by Unleash.
📄️ getRequestsPerSecond
getRequestsPerSecond
📄️ Create an application to connect reported metrics
Is used to report usage as well which sdk the application uses
📄️ Delete an application
Delete the application specified in the request URL. Returns 200 OK if the application was successfully deleted or if it didn't exist
📄️ Get application data
Returns data about the specified application (`appName`). The data contains information on the name of the application, sdkVersion (which sdk reported these metrics, typically `unleash-client-node:3.4.1` or `unleash-client-java:7.1.0`), as well as data about how to display this application in a list.
📄️ Get all applications
Returns all applications registered with Unleash. Applications can be created via metrics reporting or manual creation
📄️ Feature usage metrics for the last 48 hours, grouped by hour
Feature usage metrics for the last 48 hours, grouped by hour
📄️ Last hour of usage and a list of applications that have reported seeing this feature toggle
Separate counts for yes (enabled), no (disabled), as well as how many times each variant was selected during the last hour