Concepts

Learn the core concepts of Vigilant and how to use them

Logs

Logs

Vigilant captures logs from your application and exports them into a json format. You can then search and filter the logs in the Logs tab.

In the Vigilant SDK, you can add custom attributes to logs. Then you can filter logs by these custom attributes. Examples of custom attributes include user_email, user_id, or http_route.

Metrics

Metrics

You can emit custom metrics in your application by using the Vigilant SDK. Then, in the the dashboard you can create graphs to visualize your metrics.

In the Vigilant SDK, you can emit metrics with attributes. Then you can filter and group your metrics by these attributes. Examples of attributes include organization_name or user_email.