Metadata-Version: 2.4
Name: django_watchlog_apm
Version: 0.1.0
Summary: Watchlog APM integration for Django
Author: Mohammadreza
License: MIT
Project-URL: Watchlog, https://watchlog.io
Project-URL: Source, https://github.com/watchlogserver/django_watchlog_apm.git
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# APM for Django – Watchlog Integration

🎯 Lightweight and production-safe Application Performance Monitoring (APM) middleware for Django apps, made for [Watchlog](https://watchlog.io).

Track route execution time, status codes, and errors — and send them periodically to your Watchlog agent.

---

## 🚀 Features

- 🔧 Automatic tracking of all HTTP requests
- 📊 Aggregation of metrics by path and method
- ⚠️ Optional error tracking
- 🌐 Sends metrics to Watchlog agent over HTTP
- 💡 Safe-by-default (never crashes your app)

---

## 📦 Installation

```bash
pip install django_watchlog_apm
