Skip to content

Latest commit

 

History

History
 
 

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OpenTracing Tutorial - Python

Installing

These tutorials can be followed using any following tracing backends:

Refer to this guide to learn how to set up and run any of the above tracing backends.

This repository uses pip to manage dependencies. To install all dependencies, run:

  • Navigate to the tutorial directory:
    cd opentelemetry-tutorial/python
    
  • Activate your virtual environment.
  • Install the required dependencies:
    pip install -r requirements.txt
    

All subsequent commands in the tutorials should be executed relative to this python directory.

Lessons