Send metrics in bulk

This operation accepts batched metrics from any client. Metrics will be inserted into Unleash's metrics storage

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Request

bulkMetricsSchema
applicationslist of objectsRequired
A list of applications registered by an Unleash SDK
metricslist of objectsRequired

a list of client usage metrics registered by downstream providers. (Typically Unleash Edge)

impactMetricslist of objectsOptional

a list of custom impact metrics registered by downstream providers. (Typically Unleash Edge)

Response

This response has no body.

Errors