Skip to content

Commit a77f7c8

Browse files
authored
Add section & link to WSGI doc
1 parent a76bf82 commit a77f7c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ For Django version 1.9.x, instead set:
3434
To enable the Flask instrumentation, set the following environment variable in your _application boot environment_ and then restart your application:
3535

3636
`export AUTOWRAPT_BOOTSTRAP=flask`
37+
38+
## WSGI Compliant Stacks
39+
40+
The Instana sensor bundles with it WSGI middleware. The usage of this middleware is automated for various frameworks but for those that arent' supported yet, see the [WSGI documentation](WSGI.md) for details on how to manually add it to your stack.
3741

3842
## Runtime Monitoring Only
3943

0 commit comments

Comments
 (0)