Skip to content

Commit

Permalink
Add New Relic ASGI integration (#48)
Browse files Browse the repository at this point in the history
* Update README.md

Adding in a link under monitoring for New Relic's ASGI API

* Update README.md

I updated the wording and formatting for the newrelic integration to match the other monitoring entries as well as included the PyPi package name.
  • Loading branch information
rr0214 authored Oct 14, 2020
1 parent b4a9604 commit e0a6dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ _Packages for building GraphQL APIs via ASGI._
_Packages for monitoring ASGI web applications._

<!-- sort_by:name -->

- [New Relic integration for ASGI applications](https://docs.newrelic.com/docs/agents/python-agent/python-agent-api/asgiapplication-python-agent-api). (Shipped with `newrelic`)
- [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`.)
Expand Down

0 comments on commit e0a6dd1

Please sign in to comment.