Skip to main content
POST
Metrics Receiver

Body

string
required
API access key generated for you application.
number
required
The unique ID of your application.
number
Unix timestamp of creation of your metric. You can specify the granularity from seconds to nanoseconds. Just make sure it is as realtime as possible. If not specified, it will be auto filled.
string
required
Name/ID of client/person who creating this metrics.
string
required
The unique ID of your metric. You can pre-register this from console for easy querying.
object
Key-value pair of string tags to assign to this metric.

Response

Response will be a plain string stating the status of request. Response Status Codes and their probable meanings.
Response: submitted
Status: Your metric has been successfully recorded.