Skip to content

Commit

Permalink
fix(doc): instrumentation documentation (#3549)
Browse files Browse the repository at this point in the history
  • Loading branch information
L3o-pold authored Dec 16, 2024
1 parent 0fdf105 commit fb2551e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,10 @@ apiVersion: opentelemetry.io/v1alpha1
kind: Instrumentation
metadata:
name: my-instrumentation
apache:
spec:
apacheHttpd:
image: your-customized-auto-instrumentation-image:apache-httpd
version: 2.2
version: "2.2"
configPath: /your-custom-config-path
attrs:
- name: ApacheModuleOtelMaxQueueSize
Expand All @@ -560,6 +561,7 @@ apiVersion: opentelemetry.io/v1alpha1
kind: Instrumentation
metadata:
name: my-instrumentation
spec:
nginx:
image: your-customized-auto-instrumentation-image:nginx # if custom instrumentation image is needed
configFile: /my/custom-dir/custom-nginx.conf
Expand Down

0 comments on commit fb2551e

Please sign in to comment.