Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt

# renovate: datasource=pypi depName=opentelemetry-distro
ENV OPENTELEMETRY_DISTRO_VERSION=0.57b0
ENV OPENTELEMETRY_DISTRO_VERSION=0.58b0
RUN pip install --no-cache-dir "opentelemetry-distro[otlp]==$OPENTELEMETRY_DISTRO_VERSION"
RUN opentelemetry-bootstrap -a install

Expand Down
2 changes: 1 addition & 1 deletion examples/python/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pip install -r requirements.txt

# Step 1: Install the OpenTelemetry SDK
# renovate: datasource=pypi depName=opentelemetry-distro
opentelemetry_distro_version=0.57b0
opentelemetry_distro_version=0.58b0
pip install "opentelemetry-distro[otlp]==${opentelemetry_distro_version}"
opentelemetry-bootstrap -a install

Expand Down