Skip to content

DeeyaSingh/API-Observability-SLA-Monitoring-Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Observability & SLA Monitoring Platform

Overview

Built a production-style data pipeline to monitor API performance and reliability. The system collects request-level metrics, stores historical data, computes latency percentiles and error rates, and detects SLA violations using configurable thresholds.

Architecture

API Probes (Python) → Relational Storage (SQLite) → Analytics & SLA Detection (SQL)

Features

  • Request-level latency tracking
  • p95 latency computation
  • Error rate monitoring
  • SLA-based anomaly detection
  • Config-driven API monitoring
  • Historical metric storage

Tech Stack

  • Python
  • SQL (SQLite)
  • Requests

How to Run

pip install -r requirements.txt
python collector.py
python metrics.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages