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