1
1
// Module included in the following assemblies:
2
2
//
3
- // * observability/otel/otel-instrumentation.adoc
3
+ // * observability/otel/otel-configuration-of- instrumentation.adoc
4
4
5
5
:_mod-docs-content-type: REFERENCE
6
6
[id="otel-instrumentation-config_{context} "]
@@ -284,7 +284,7 @@ include::snippets/technology-preview.adoc[leveloffset=+1]
284
284
285
285
|`version`
286
286
|Apache HTTP Server version.
287
- |2.4
287
+ |` 2.4`
288
288
289
289
|===
290
290
@@ -360,7 +360,9 @@ By default, this feature injects unsupported, upstream instrumentation libraries
360
360
[source,yaml]
361
361
----
362
362
instrumentation.opentelemetry.io/inject-go: "true"
363
+ instrumentation.opentelemetry.io/otel-go-auto-target-exe: "/<path>/<to>/<container>/<executable>" # <1>
363
364
----
365
+ <1> Sets the value for the required `OTEL_GO_AUTO_TARGET_EXE` environment variable.
364
366
365
367
.Additional permissions required for the Go auto-instrumentation in the OpenShift cluster
366
368
[source,yaml]
@@ -459,11 +461,8 @@ By default, this feature injects unsupported, upstream instrumentation libraries
459
461
[source,yaml]
460
462
----
461
463
instrumentation.opentelemetry.io/inject-nodejs: "true"
462
- instrumentation.opentelemetry.io/otel-go-auto-target-exe: "/path/to/container/executable"
463
464
----
464
465
465
- The `+instrumentation.opentelemetry.io/otel-go-auto-target-exe+` annotation sets the value for the required `OTEL_GO_AUTO_TARGET_EXE` environment variable.
466
-
467
466
[id="otel-configuration-of-python-auto-instrumentation_{context}"]
468
467
== Configuration of the Python auto-instrumentation
469
468
@@ -507,8 +506,9 @@ The instrumentation is run on the first container that is available by default a
507
506
.Pod annotation
508
507
[source,yaml]
509
508
----
510
- instrumentation.opentelemetry.io/container-names: "<container_1>,<container_2>"
509
+ instrumentation.opentelemetry.io/container-names: "<container_1>,<container_2>" # <1>
511
510
----
511
+ <1> Use this annotation when you want to inject a single instrumentation in multiple containers.
512
512
513
513
[NOTE]
514
514
====
@@ -533,7 +533,7 @@ instrumentation.opentelemetry.io/<application_language>-container-names: "<conta
533
533
|Language |Value for `<application_language>`
534
534
535
535
|ApacheHTTPD
536
- |`apache`
536
+ |`apache-httpd `
537
537
538
538
|DotNet
539
539
|`dotnet`
@@ -558,4 +558,4 @@ instrumentation.opentelemetry.io/<application_language>-container-names: "<conta
558
558
[id="otel-using-instrumentation-cr-with-service-mesh_{context}"]
559
559
== Using the instrumentation CR with Service Mesh
560
560
561
- When using the instrumentation custom resource (CR) with {SMProductName}, you must use the `b3multi` propagator.
561
+ When using the `Instrumentation` custom resource (CR) with {SMProductName}, you must use the `b3multi` propagator.
0 commit comments