Skip to content

Commit 83d986a

Browse files
authored
Merge pull request #83383 from max-cx/OBSDOCS-1406
OBSDOCS-1406: Fix section heading level and move one section
2 parents 3de9fff + 7e3e4b9 commit 83d986a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

modules/otel-config-instrumentation.adoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,8 @@ spec:
9898

9999
|===
100100

101-
[id="otel-using-instrumentation-cr-with-service-mesh_{context}"]
102-
== Using the instrumentation CR with Service Mesh
103-
104-
When using the instrumentation custom resource (CR) with {SMProductName}, you must use the `b3multi` propagator.
105-
106101
[id="otel-configuration-of-apache-http-server-auto-instrumentation_{context}"]
107-
=== Configuration of the Apache HTTP Server auto-instrumentation
102+
== Configuration of the Apache HTTP Server auto-instrumentation
108103

109104
.Parameters for the `+.spec.apacheHttpd+` field
110105
[options="header"]
@@ -145,7 +140,7 @@ instrumentation.opentelemetry.io/inject-apache-httpd: "true"
145140
----
146141

147142
[id="otel-configuration-of-dotnet-auto-instrumentation_{context}"]
148-
=== Configuration of the .NET auto-instrumentation
143+
== Configuration of the .NET auto-instrumentation
149144

150145
[options="header"]
151146
[cols="a, a"]
@@ -172,7 +167,7 @@ instrumentation.opentelemetry.io/inject-dotnet: "true"
172167
----
173168

174169
[id="otel-configuration-of-go-auto-instrumentation_{context}"]
175-
=== Configuration of the Go auto-instrumentation
170+
== Configuration of the Go auto-instrumentation
176171

177172
[options="header"]
178173
[cols="a, a"]
@@ -230,7 +225,7 @@ $ oc adm policy add-scc-to-user otel-go-instrumentation-scc -z <service_account>
230225
====
231226

232227
[id="otel-configuration-of-java-auto-instrumentation_{context}"]
233-
=== Configuration of the Java auto-instrumentation
228+
== Configuration of the Java auto-instrumentation
234229

235230
[options="header"]
236231
[cols="a, a"]
@@ -255,7 +250,7 @@ instrumentation.opentelemetry.io/inject-java: "true"
255250
----
256251

257252
[id="otel-configuration-of-nodejs-auto-instrumentation_{context}"]
258-
=== Configuration of the Node.js auto-instrumentation
253+
== Configuration of the Node.js auto-instrumentation
259254

260255
[options="header"]
261256
[cols="a, a"]
@@ -283,7 +278,7 @@ instrumentation.opentelemetry.io/otel-go-auto-target-exe: "/path/to/container/ex
283278
The `+instrumentation.opentelemetry.io/otel-go-auto-target-exe+` annotation sets the value for the required `OTEL_GO_AUTO_TARGET_EXE` environment variable.
284279

285280
[id="otel-configuration-of-python-auto-instrumentation_{context}"]
286-
=== Configuration of the Python auto-instrumentation
281+
== Configuration of the Python auto-instrumentation
287282

288283
[options="header"]
289284
[cols="a, a"]
@@ -310,7 +305,7 @@ instrumentation.opentelemetry.io/inject-python: "true"
310305
----
311306

312307
[id="otel-configuration-of-opentelemetry-sdk-variables_{context}"]
313-
=== Configuration of the OpenTelemetry SDK variables
308+
== Configuration of the OpenTelemetry SDK variables
314309

315310
The OpenTelemetry SDK variables in your pod are configurable by using the following annotation:
316311

@@ -330,7 +325,7 @@ Note that all the annotations accept the following values:
330325
`other-namespace/instrumentation-name`:: The name of the instrumentation resource to inject from another namespace.
331326

332327
[id="otel-multi-container-pods_{context}"]
333-
=== Multi-container pods
328+
== Multi-container pods
334329

335330
The instrumentation is run on the first container that is available by default according to the pod specification. In some cases, you can also specify target containers for injection.
336331

@@ -344,3 +339,8 @@ instrumentation.opentelemetry.io/container-names: "<container_1>,<container_2>"
344339
====
345340
The Go auto-instrumentation does not support multi-container auto-instrumentation injection.
346341
====
342+
343+
[id="otel-using-instrumentation-cr-with-service-mesh_{context}"]
344+
== Using the instrumentation CR with Service Mesh
345+
346+
When using the instrumentation custom resource (CR) with {SMProductName}, you must use the `b3multi` propagator.

0 commit comments

Comments
 (0)