Metrics
Register, read, or delete metrics recorded by Unleash.
📄️ Gets usage data
Gets usage data per app/endpoint from a prometheus compatible metrics endpoint
📄️ Gets traffic usage data for selected period
Gets traffic usage data numbers per API for a period given by the parameter
📄️ 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
📄️ Get application overview
Returns an overview of the specified application (`appName`).
📄️ Get application environment instances
Returns an overview of the instances for the given `appName` and `environment` that receive traffic.
📄️ Get outdated SDKs
Returns a list of the outdated SDKS with the applications using them.
📄️ Get feature metrics
Get usage metrics for a specific feature for the last 48 hours, grouped by hour
📄️ Last hour of usage and a list of applications that have reported seeing this feature flag
Separate counts for yes (enabled), no (disabled), as well as how many times each variant was selected during the last hour