Send metrics in bulk
POST/api/client/metrics/bulk
This operation accepts batched metrics from any client. Metrics will be inserted into Unleash's metrics storage
Request
Responses
- 202
- 400
- 413
- 415
This response has no body.
The request data does not match what we expect.
The request body is larger than what we accept. By default we only accept bodies of 100kB or less
The operation does not support request payloads of the provided type. Please ensure that you're using one of the listed payload types and that you have specified the right content type in the "content-type" header.