Skip to content

Commit

Permalink
Added StarletteOpentracing to the third party middleware docs (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjunk committed Apr 28, 2020
1 parent c89e5cb commit 3a0e35d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/middleware.md
Expand Up @@ -278,3 +278,9 @@ Middleware and decorator for detecting and denying [TLSv1.3 early data](https://

A drop-in replacement for Starlette session middleware, using [authlib's jwt](https://docs.authlib.org/en/latest/jose/jwt.html)
module.

#### [StarletteOpentracing](https://github.com/acidjunk/starlette-opentracing)

A middleware class that emits tracing info to [OpenTracing.io](https://opentracing.io/) compatible tracers and
can be used to profile and monitor distributed applications.

0 comments on commit 3a0e35d

Please sign in to comment.