tracing-examples
tracing-examples copied to clipboard
Examples of using third-party tracers with SignalFx
Description: Add configuration file to enable dependabot to update docker images.
Falcon 2 is rarely used, there's version 4 out there. Change the example to use version 3 of falcon which deprecates the API class in favor of App. The falcon...
Hey guys, any particular reason the falcon example uses manual instrumentation in the `/hello` endpoint? It should be automatically instrumented. Am I missing something?
Instruction update required for opentelemetry-tracing/opentelemetry-python-tracing/flask-and-uwsgi/
Could not install requirements.txt. My environment is - Python 3.10.0 - pip 21.2.3
Step 5 of gunicorn python example needs to be updated. Instead of app.wsgi, it should be app:app for the startup parameters.