Back to Docs

Data Observability & FinOps

Monitor freshness, volume, and cost anomalies across your data platform.

Overview

Observability provides real-time monitoring and alerting for operational health and cost management.

Metrics Tracked

  • Freshness: When was data last updated
  • Volume: Row counts and growth trends
  • Latency: Pipeline execution times
  • Cost: Compute and storage spend

Alert Configuration

POST /api/v1/observability/alerts
{
  "name": "High Cost Alert",
  "type": "cost",
  "threshold": 1000,
  "channel": "slack"
}

Integrations

Send alerts to Slack, PagerDuty, email, or webhooks.