Skip to content

Commit b48d169

Browse files
authored
Dockerfile edit (#112)
* Changing file location in Dockerfile * Update README.md * Update README.md
1 parent d8787f5 commit b48d169

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

instrumentation/otel-webserver-module/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ RUN mkdir build-dependencies \
219219
&& mv -f httpd-2.4.23 build-dependencies
220220

221221
# Build Webserver Module
222-
RUN git clone https://github.com/cisco-open/otel-webserver-module.git \
222+
RUN git clone https://github.com/open-telemetry/opentelemetry-cpp-contrib.git \
223+
&& cp -r /opentelemetry-cpp-contrib/instrumentation/otel-webserver-module . \
223224
&& cp -r /dependencies /otel-webserver-module/ \
224225
&& cp -r /build-dependencies /otel-webserver-module/ \
225226
&& cd otel-webserver-module \

instrumentation/otel-webserver-module/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Monitoring individual modules is crucial to the instrumentation of Apache web se
5555
|*ApacheModuleServiceNamespace* | | REQUIRED: Logical name of the service |
5656
|*ApacheModuleServiceInstanceId* | | REQUIRED: The string ID of the service instance |
5757
|*ApacheModuleTraceAsError* | | OPTIONAL: Trace level for logging to Apache log|
58-
|*ApacheModuleWebserverContext* | | OPTIONAL: Virtual Host Configuration|
58+
|*ApacheModuleWebserverContext* | | OPTIONAL: Takes 3 values(space-seperated) ServiceName, ServiceNamespace and ServiceInstanceId|
5959
|*ApacheModuleSegmentType* | | OPTIONAL: Specify the string (FIRST/LAST/CUSTOM) to be filtered for Span Name Creation|
6060
|*ApacheModuleSegmentParameter* | | OPTIONAL: Specify the segment count or segment numbers that you want to display for Span Creation|
6161

0 commit comments

Comments
 (0)