File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
instrumentation/otel-webserver-module Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments