File tree 4 files changed +9
-2
lines changed
4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 9
9
# DOTNET_ADDITIONAL_DEPS=%InstallationLocation%/AdditionalDeps
10
10
# DOTNET_SHARED_STORE=%InstallationLocation%/store
11
11
# DOTNET_STARTUP_HOOKS=%InstallationLocation%/net/OpenTelemetry.AutoInstrumentation.StartupHook.dll
12
- # OTEL_DOTNET_AUTO_HOME=%InstallationLocation%
12
+ # OTEL_DOTNET_AUTO_HOME=%InstallationLocation%
13
+ # - For auto-instrumentation by container injection, the Linux command cp is
14
+ # used and must be availabe in the image.
13
15
14
16
FROM busybox
15
17
Original file line number Diff line number Diff line change 2
2
# - Download your customized `javaagent.jar` to `/javaagent.jar`. This is required as when instrumenting the pod,
3
3
# one init container will be created to copy the jar to your app's container.
4
4
# - Grant the necessary access to the jar. `chmod -R go+r /javaagent.jar`
5
+ # - For auto-instrumentation by container injection, the Linux command cp is
6
+ # used and must be availabe in the image.
5
7
FROM busybox
6
8
7
9
ARG version
Original file line number Diff line number Diff line change 7
7
# - Ensure you have `@opentelemetry/api`, `@opentelemetry/auto-instrumentations-node`, and `@opentelemetry/sdk-node` or your customized
8
8
# alternatives installed.
9
9
# - Grant the necessary access to `/autoinstrumentation` directory. `chmod -R go+r /autoinstrumentation`
10
+ # - For auto-instrumentation by container injection, the Linux command cp is
11
+ # used and must be availabe in the image.
10
12
FROM node:16 AS build
11
13
12
14
WORKDIR /operator-build
Original file line number Diff line number Diff line change 7
7
# - Ensure you have `opentelemetry-distro` and `opentelemetry-instrumentation` or your customized alternatives installed.
8
8
# Those two packages are essential to Python auto-instrumentation.
9
9
# - Grant the necessary access to `/autoinstrumentation` directory. `chmod -R go+r /autoinstrumentation`
10
-
10
+ # - For auto-instrumentation by container injection, the Linux command cp is
11
+ # used and must be availabe in the image.
11
12
FROM python:3.10-alpine AS build
12
13
13
14
WORKDIR /operator-build
You can’t perform that action at this time.
0 commit comments