Public endpoint
This API is a traffic-optimized endpoint to push data to AppSignal that is not sent through the AppSignal agent.
Base URL
shell
https://appsignal-endpoint.net
Authentication
Authentication is done with a Public endpoint (or Front-end) API key, which can be found in App settings.
URL Parameters
Parameters | Type | Description |
---|---|---|
api_key | String | Front-end API key, can be found in App settings. |
Full example:
shell
https://appsignal-endpoint.net/metrics/statsd?api_key=<api_key>
Endpoints
This API exposes the following endpoints:
- StatsD Metrics Send (batched) StatsD-formatted metrics to AppSignal.
- JSON Metrics Send (batched) JSON-formatted metrics to AppSignal.
- Errors Send Errors to AppSignal.