Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 786 Bytes

File metadata and controls

9 lines (7 loc) · 786 Bytes

Extra Credit - Using Existing Open Source Instrumentation

Adding manual instrumentation to flask and requests like we did in Lesson 3 is tedious. Fortunately, we don't need to do that because that instrumentation already exists as open source modules. For extra credit, use these libraries to avoid instrumenting your code manually: