Skip to content

Commit

Permalink
feat(api): try open telemetry
Browse files Browse the repository at this point in the history
Signed-off-by: OMPRAKASH MISHRA <[email protected]>
  • Loading branch information
mishraomp committed Jul 18, 2024
1 parent 785bcaf commit 76e1750
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/pubcode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ api:
envFrom:
secretRef:
name: '{{ .Release.Name }}'
env:
fromValues:
- name: OTEL_NODE_RESOURCE_DETECTORS
value: all
- name: OTEL_LOG_LEVEL
value: all
ports:
- name: http
containerPort: 3000
Expand Down

0 comments on commit 76e1750

Please sign in to comment.