Skip to content

Commit 9b053de

Browse files
itsderek23yurishkuro
authored andcommitted
Clarifying the linked libraries (yurishkuro#9)
Indicated which contrib module instruments what and associated the Flask tutorial with the `python_flask` module.
1 parent d759c57 commit 9b053de

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

python/extracredit/README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Extra Credit - Using Existing Open Source Instrumentation
22

33
Adding manual instrumentation to `flask` and `requests` like we did in [Lesson 3](../lesson03)
4-
is tedious. Fortunately, we don't need to do that because that instrumentation itself already exists
5-
as open source modules. For an extra credit, try to use these libraries to avoid instrumenting your
4+
is tedious. Fortunately, we don't need to do that because that instrumentation already exists
5+
as open source modules. For extra credit, use these libraries to avoid instrumenting your
66
code manually:
77

8-
* https://github.com/uber-common/opentracing-python-instrumentation
9-
* https://github.com/opentracing-contrib/python-flask
10-
11-
There is another tutorial specifically for the Flask framework: http://blog.scoutapp.com/articles/2018/01/15/tutorial-tracing-python-flask-requests-with-opentracing
8+
* [opentracing-python-instrumentation](https://github.com/uber-common/opentracing-python-instrumentation) - instruments requests, SQLAlchemy, redis, and more.
9+
* [python-flask](https://github.com/opentracing-contrib/python-flask) - automatically instruments web requests to Flask apps. [This tutorial](http://blog.scoutapp.com/articles/2018/01/15/tutorial-tracing-python-flask-requests-with-opentracing) walks through the setup.

0 commit comments

Comments
 (0)