Skip to content

Commit 0530c4c

Browse files
committed
fix(doc): instrumentation documentation
1 parent 0fdf105 commit 0530c4c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,10 @@ apiVersion: opentelemetry.io/v1alpha1
538538
kind: Instrumentation
539539
metadata:
540540
name: my-instrumentation
541-
apache:
541+
spec:
542+
apacheHttpd:
542543
image: your-customized-auto-instrumentation-image:apache-httpd
543-
version: 2.2
544+
version: "2.2"
544545
configPath: /your-custom-config-path
545546
attrs:
546547
- name: ApacheModuleOtelMaxQueueSize
@@ -560,6 +561,7 @@ apiVersion: opentelemetry.io/v1alpha1
560561
kind: Instrumentation
561562
metadata:
562563
name: my-instrumentation
564+
spec:
563565
nginx:
564566
image: your-customized-auto-instrumentation-image:nginx # if custom instrumentation image is needed
565567
configFile: /my/custom-dir/custom-nginx.conf

0 commit comments

Comments
 (0)