We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303997e commit 3028edfCopy full SHA for 3028edf
examples/flask/Dockerfile
@@ -6,7 +6,7 @@ COPY . /app
6
7
RUN pip install flask elastic-opentelemetry
8
9
-# Install all the available instrumentations
+# Install all the instrumentations available for the install packages
10
RUN opentelemetry-bootstrap -a install
11
12
# default flask run port
0 commit comments