Skip to content
All features
platformpackages/platform/alerting

alerting package

Alert rules + delivery on top of @nebutra/metering. Threshold/anomaly detection, route to PagerDuty, Discord, or in-product banners.

Open docs
Stability
Stable
Scope
Global
Boundary
packages/platform/alerting
alertingpackages/platform/alerting
Foundational layer
Runtime stack5 layers
  • edge
  • gateway
  • services
  • platformyou are here
  • storage
Uptime
99.85%
Resolved configalerting.config

Uptime

99.85%

+0.01%

p99 latency

17 ms

-6%

Active connections

1,999

Active tenants

69

+10%
packages/platform/alertingplatform · Lowest shared layer · zero-app coupling
Usagealerting.ts
typescript
alerting.ts
1import { alerting } from "@nebutra/alerting";
2
3// Lowest shared layer — every higher capability composes on top.
4alerting.configure({
5  tenantId: org.id,
6  // Production-tuned defaults; override via @nebutra/config.
7});