Skip to content

Releases: draincoder/asgi-monitor

v0.6.0

05 Oct 18:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

17 Aug 22:19
Compare
Choose a tag to compare

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

01 Apr 00:38
Compare
Choose a tag to compare

What's Changed

  • Added documentation 📚
  • Added integration with Litestar
  • Improved optimization

Full Changelog: v0.3.0...v0.4.0

v0.3.0

24 Mar 16:03
Compare
Choose a tag to compare

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

10 Mar 16:49
Compare
Choose a tag to compare

What's Changed

  • Added generation of uvicorn log config to the file via the CLI
  • 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

06 Mar 00:55
Compare
Choose a tag to compare

First release, the library is being tested and be careful in using it.