Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
add python alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Plüddemann committed Apr 15, 2024
1 parent 06aa2fa commit 8a13cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get -qq update
RUN apt-get -qq install \
python3 \
python3-pip \
python-is-python3 \
docker-ce \
docker-ce-cli \
containerd.io \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def create_tracing_pipeline() -> BatchSpanProcessor:
return span_processor
```

Inside the `src` directory, create a new file `trace_utils.py`.
Inside the `src` directory, create a new file `trace_utils.py` with the code displayed above.
We'll use it to separate tracing-related configuration from the main application.
At the top of the file, specify the imports as shown above.
Create a new function `create_tracing_pipeline`.
Expand Down

0 comments on commit 8a13cdf

Please sign in to comment.