[Example] Bump OTel AutoInstrumentation to 0.6.0 (#2276)
Bump OTel AutoInstrumentation to 0.6.0
This commit is contained in:
parent
133037f2af
commit
503401079a
|
|
@ -1,7 +1,7 @@
|
||||||
FROM mcr.microsoft.com/dotnet/sdk:6.0-jammy
|
FROM mcr.microsoft.com/dotnet/sdk:6.0-jammy
|
||||||
|
|
||||||
# install OpenTelemetry .NET Automatic Instrumentation
|
# install OpenTelemetry .NET Automatic Instrumentation
|
||||||
ARG OTEL_VERSION=0.5.0
|
ARG OTEL_VERSION=0.6.0
|
||||||
ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/v${OTEL_VERSION}/otel-dotnet-auto-install.sh otel-dotnet-auto-install.sh
|
ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/v${OTEL_VERSION}/otel-dotnet-auto-install.sh otel-dotnet-auto-install.sh
|
||||||
RUN apt-get update && apt-get install -y unzip && \
|
RUN apt-get update && apt-get install -y unzip && \
|
||||||
OTEL_DOTNET_AUTO_HOME="/otel-dotnet-auto" sh otel-dotnet-auto-install.sh
|
OTEL_DOTNET_AUTO_HOME="/otel-dotnet-auto" sh otel-dotnet-auto-install.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue