Skip to main content
This API endpoint is provided to add additional metrics to AppSignal, where an existing integration can’t be used or the language used isn’t supported (yet). This endpoint is meant for integrations that send aggregated metrics over a small period, it’s preferred to send one request every 5 seconds with 100 metrics over 100 requests per 5 minutes with one metric each.

Endpoint

Request method: POST

URL parameters

Shell

Body parameters

The post body should contain JSON formatted metrics separated by a newline, or as a full json body. Example of JSON body
Example of newline-separated body:
JSON
Note: This endpoint is optimized for large amounts of traffic and does not validate the API key or payload, a 200 (OK) response is returned when the body size is within the 200k limit. This doesn’t mean the request is accepted when received.