Skip to content

Commit 891715c

Browse files
committed
OBSDOCS-1157: Fix bug in file observability/otel/otel-configuration-of-instrumentation.adoc
1 parent 658df14 commit 891715c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/otel-config-instrumentation.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * observability/otel/otel-instrumentation.adoc
3+
// * observability/otel/otel-configuration-of-instrumentation.adoc
44

55
:_mod-docs-content-type: REFERENCE
66
[id="otel-instrumentation-config_{context}"]
@@ -118,7 +118,7 @@ When using the instrumentation custom resource (CR) with {SMProductName}, you mu
118118

119119
|`configPath`
120120
|Location of the Apache HTTP Server configuration.
121-
|/usr/local/apache2/conf
121+
|`/usr/local/apache2/conf`
122122

123123
|`env`
124124
|Environment variables specific to the Apache HTTP Server.
@@ -134,7 +134,7 @@ When using the instrumentation custom resource (CR) with {SMProductName}, you mu
134134

135135
|`version`
136136
|Apache HTTP Server version.
137-
|2.4
137+
|`2.4`
138138

139139
|===
140140

@@ -194,7 +194,9 @@ instrumentation.opentelemetry.io/inject-dotnet: "true"
194194
[source,yaml]
195195
----
196196
instrumentation.opentelemetry.io/inject-go: "true"
197+
instrumentation.opentelemetry.io/otel-go-auto-target-exe: "/path/to/container/executable" # <1>
197198
----
199+
<1> The `+instrumentation.opentelemetry.io/otel-go-auto-target-exe+` annotation sets the value for the required `OTEL_GO_AUTO_TARGET_EXE` environment variable.
198200

199201
.Additional permissions required for the Go auto-instrumentation in the OpenShift cluster
200202
[source,yaml]
@@ -280,8 +282,6 @@ instrumentation.opentelemetry.io/inject-nodejs: "true"
280282
instrumentation.opentelemetry.io/otel-go-auto-target-exe: "/path/to/container/executable"
281283
----
282284

283-
The `+instrumentation.opentelemetry.io/otel-go-auto-target-exe+` annotation sets the value for the required `OTEL_GO_AUTO_TARGET_EXE` environment variable.
284-
285285
[id="otel-configuration-of-python-auto-instrumentation_{context}"]
286286
=== Configuration of the Python auto-instrumentation
287287

0 commit comments

Comments
 (0)