Skip to content

Commit

Permalink
Add opentelemetry-python ASGI integration (#47)
Browse files Browse the repository at this point in the history
* Add opentelemetry-python ASGI integration

* Update README.md

* Use latest docs version
  • Loading branch information
florimondmanca authored Sep 12, 2020
1 parent 0a6a409 commit b4a9604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ _Packages for monitoring ASGI web applications._

<!-- sort_by:name -->

- [opentelemetry-python](https://opentelemetry-python.readthedocs.io/en/latest/instrumentation/asgi/asgi.html) - ASGI middleware and helpers for collecting application metrics via the (currently alpha) OpenTelemetry standard. Supports HTTP and WebSocket.
- [Scout APM Starlette](https://docs.scoutapm.com/#starlette) - Scout APM integration with Starlette and Starlette-based frameworks. (Shipped with `scout-apm`.)
- [Sentry ASGI](https://docs.sentry.io/platforms/python/asgi/) - Sentry integration for ASGI frameworks. (Shipped with `sentry-sdk`.)
- [timing-asgi](https://github.com/steinnes/timing-asgi) - ASGI middleware to record and emit timing metrics.
Expand Down

0 comments on commit b4a9604

Please sign in to comment.