Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xrmx/opentelemetry-instrumentation-asgiref
https://github.com/xrmx/opentelemetry-instrumentation-asgiref
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xrmx/opentelemetry-instrumentation-asgiref
- Owner: xrmx
- License: apache-2.0
- Created: 2024-04-30T19:53:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T15:44:01.000Z (6 months ago)
- Last Synced: 2024-10-14T12:21:39.163Z (about 1 month ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
OpenTelemetry asgiref Instrumentation
=====================================This library provides wrapping for sync_to_async and async_to_sync to visualize how much stuff
is not async native in Django.It's an instrumentation done for demo purposes.
Installation
------------::
pip install -e .