Skip to content

Commit

Permalink
enable nodejs instrumentation (#63)
Browse files Browse the repository at this point in the history
*Issue #, if available:*

*Description of changes:*

Enable nodejs instrumentation in EKS and K8s and correct a typo (of
extra space)


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
pxaws authored Oct 8, 2024
1 parent b0b38b9 commit 06d3fe9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
metadata:
labels:
io.kompose.service: nutrition-service-nodejs
annotations:
instrumentation.opentelemetry.io/inject-nodejs: 'true'
annotations:
instrumentation.opentelemetry.io/inject-nodejs: 'true'
spec:
serviceAccountName: visits-service-account
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
metadata:
labels:
io.kompose.service: nutrition-service-nodejs
# annotations:
# instrumentation.opentelemetry.io/inject-nodejs: 'true'
annotations:
instrumentation.opentelemetry.io/inject-nodejs: 'true'
spec:
containers:
- image: 111122223333.dkr.ecr.us-west-2.amazonaws.com/nodejs-petclinic-nutrition-service:latest
Expand Down

0 comments on commit 06d3fe9

Please sign in to comment.