This website uses cookies to give you the best experience on our website. Using this website means you are okay with this but you can find out more here.

Metrics Ingestion


You should be able to start sending metrics directly to Statful at this point. Send an HTTP PUT request to the ingestion API at the following endpoint:

https://api.statful.com/tel/v2.0/metrics


You will need to indicate the media type of the resource, by setting the HTTP Content-Type to text/plain.
Check the full syntax of the metric ingestion here.

Requests received with success return a response code 201 Created.