-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(dd-apm): Added initial config for dd apm #1617
Conversation
- name: DD_ENABLED | ||
valueFrom: | ||
configMapKeyRef: | ||
name: manifest-global | ||
key: dd_enabled | ||
optional: true | ||
- name: DD_ENV | ||
valueFrom: | ||
fieldRef: | ||
fieldPath: metadata.labels['tags.datadoghq.com/env'] | ||
- name: DD_SERVICE | ||
valueFrom: | ||
fieldRef: | ||
fieldPath: metadata.labels['tags.datadoghq.com/service'] | ||
- name: DD_VERSION | ||
valueFrom: | ||
fieldRef: | ||
fieldPath: metadata.labels['tags.datadoghq.com/version'] | ||
- name: DD_LOGS_INJECTION | ||
value: "true" | ||
- name: DD_PROFILING_ENABLED | ||
value: "true" | ||
- name: DD_TRACE_SAMPLE_RATE | ||
value: "1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wish we had proper templating using helm or kustomize so we could omit these whenever DD is not enabled.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, true. But it's really just unused env vars at that point right 🤷.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Jira Ticket: PXP-xxxx
New Features
Breaking Changes
Bug Fixes
Improvements
Dependency updates
Deployment changes