From b4a96045afd915955f19a8d616fcb2c47fa93c18 Mon Sep 17 00:00:00 2001 From: Florimond Manca Date: Sat, 12 Sep 2020 11:33:46 +0200 Subject: [PATCH] Add opentelemetry-python ASGI integration (#47) * Add opentelemetry-python ASGI integration * Update README.md * Use latest docs version --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d392127..ca0f9bc 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ _Packages for monitoring ASGI web applications._ +- [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.