Metadata-Version: 2.1
Name: asgi-monitor
Version: 0.0.2
Summary: Quick and easy monitoring setup for ASGI application
Author-email: treaditup <treaditup@gmail.com>
License: MIT
Project-URL: Source, https://github.com/draincoder/asgi-monitor
Project-URL: Homepage, https://github.com/draincoder/asgi-monitor
Project-URL: Bug Tracker, https://github.com/draincoder/asgi-monitor/issues
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: structlog>=24.1.0
Requires-Dist: prometheus-client>=0.20.0
Requires-Dist: opentelemetry-sdk>=1.23.0
Requires-Dist: opentelemetry-exporter-otlp>=1.23.0
Requires-Dist: opentelemetry-instrumentation-logging>=0.44b0
Requires-Dist: opentelemetry-instrumentation-asgi>=0.44b0

## ASGI Monitor
[![license](https://img.shields.io/github/license/draincoder/asgi-monitor)](https://github.com/draincoder/asgi-monitor/blob/master/LICENSE)
[![test](https://github.com/draincoder/asgi-monitor/actions/workflows/ci.yaml/badge.svg)](https://github.com/draincoder/asgi-monitor/actions/workflows/ci.yaml)
[![PyPI version](https://badge.fury.io/py/asgi-monitor.svg)](https://pypi.python.org/pypi/asgi-monitor)
[![Supported versions](https://img.shields.io/pypi/pyversions/asgi-monitor.svg)](https://pypi.python.org/pypi/asgi-monitor)
[![downloads](https://img.shields.io/pypi/dm/asgi-monitor.svg)](https://pypistats.org/packages/asgi-monitor)

A library for easy and fast configuration of logging, tracing and monitoring of ASGI applications.
