Releases: draincoder/asgi-monitor
Releases · draincoder/asgi-monitor
v0.6.0
What's Changed
- Added
Aiohttp
server integration by @Cooh12 in #13 - Added support for
OpenMetrics
in default/metrics
endpoint - Added CONTRIBUTING.md
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Added @span decorator to cover functions with spans without changing the code
- Update dependencies
- Refactor docs #12 and examples
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Added documentation 📚
- Added integration with Litestar
- Improved optimization
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Getting rid of global metrics and the global registry
- The configuration of metrics is placed in the
MetricsConfig
class in each integration - Added the ability to use your own registry or specify a global
REGISTRY
to support older metrics - Removing unnecessary dependencies: now you have to install the opentelemetry exporter you need
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Added generation of
uvicorn log config
to the file via theCLI
- Bugfix: renaming the endpoint
/metrics/
to/metrics
- Getting rid of the global
MetricsContainer
- Grafana dashboard has been improved
- Added
py.typed
Full Changelog: v0.1.0-alpha...v0.2.0
v0.1.0-alpha
First release, the library is being tested and be careful in using it.