Heili provide a simple way to collect all your metrics in one place.

Right now we allow sending metrics via AMQP protocol, information about you can find in Heili Dashboard under Organization Info.

Before you can send metrics you must Generate API key that will be used for authentication.


Metrics Structures

Heili receive metrics in JSON format and must contain at least one numeric value and two strings for identification. Read more about the format.


Telegraf Agent

We suggest sending metrics with Telegraf open source agent that support most of applications.

Telegraf sends metrics in stracture of:

{

  "name": "[METRIC_NAME]",

  "value": [NUMBER],

  "tags": {

    "tags.host_id": "[STRING]"

}