FullScheduler - Calendar - Gallery Image

FullScheduler — 📈 Analytics & SLA Monitoring — FullScheduler

Docs, demos, API

Highlight detail

analytics-sla-monitoring
Back to highlight

📈 Analytics & SLA Monitoring

Compute SLA breaches from live events and tag them in the UI without reloading the view.

Derive metrics

    function recomputeSla(api: FullSchedulerApi) {
  const breaches = findBreaches(api) // your logic
  breaches.forEach(b => {
    api.configureEventsByParam('id', b.id, { data: { sla: 'breach' } })
  })
}

  

Visualize

  • Add small “SLA” or “Breach” chips in renderer/template.

  • Export event ranges to analytics: start/end durations, gaps, overlaps.