Skip to content

Commit fc0cbc3

Browse files
committed
Revert "Runtime metrics are now automatic. Remove runtime section."
This reverts commit f7a16d4.
1 parent e9c3eff commit fc0cbc3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ To enable the Flask instrumentation, set the following environment variable in y
3535

3636
`export AUTOWRAPT_BOOTSTRAP=flask`
3737

38+
## Runtime Monitoring Only
39+
40+
_Note: When the Django or Flask instrumentation is used, runtime monitoring is automatically included. Use this section if you only want to see runtime metrics._
41+
42+
To enable runtime monitoring (without request tracing), set the following environment variable in your _application boot environment_ and then restart your application:
43+
44+
`export AUTOWRAPT_BOOTSTRAP=runtime`
45+
3846
## uWSGI
3947

4048
### Threads

0 commit comments

Comments
 (0)