Observability
NextEpoch Cloud provides a full observability pipeline for collecting and querying telemetry data from your applications and agents.
How It Works
- Send data — Your applications send logs, metrics, traces, and events to the Air API
- Query with SQL — Use the Insights API to query your data using standard SQL
All data is automatically partitioned by organization and stored durably for querying.
Data Types
| Type | Description | Use Case |
|---|---|---|
| Logs | Structured log entries | Application logging, debugging |
| Metrics | Numerical measurements | Performance monitoring, resource usage |
| Traces | Distributed trace spans | Request tracing across services |
| Audit | Security/compliance events | User actions, access logs |
Viewing in the Portal
The portal provides built-in dashboards for exploring your telemetry data:
- Logs — Search and filter log entries by level, message, and attributes
- Metrics — Visualize metrics with charts and graphs
- Events — Timeline view of events across your organization
Guides
- Sending Data — Learn how to ingest telemetry
- Querying Data — Query with SQL via the Insights API