Insights

With Insights, you can display any values on your dashboard. The most popular use case is to display various KPIs of your application. The dashboard always displays the most recently pushed value.

Push Event to LogHive

POST https://api.loghive.app/v1/insight/add

Request Body

NameTypeDescription

project*

String

Project name

insight*

String

Insight name

value*

Double/Number

Insight value

{
    // Response
}

If an error occurs while creating an event, you will receive an Error object in return:

{'StatusCode': 400, 'Message': 'missing project name'}

Example dashboard entry of an insight:

Last updated