-
Notifications
You must be signed in to change notification settings - Fork 110
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
[APM Onboarding] Use creation timestamp and UID of DatadogAgent as env vars for APM Telemetry KPIs #1157
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1157 +/- ##
=======================================
Coverage 59.54% 59.54%
=======================================
Files 174 174
Lines 21510 21510
=======================================
Hits 12809 12809
Misses 7930 7930
Partials 771 771
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
…v vars for APM Telemetry KPIs (#1157) * Use UUID and timestamp generated during DatadogAgent installation * Fix unit tests * Use util functions
What does this PR do?
Move generation of DD_INSTALLATION_ID and DD_INSTALLATION_TIME from Datadog Operator to using values generated during DatadogAgent creation.
Motivation
https://datadoghq.atlassian.net/browse/CECO-1087
Additional Notes
Anything else we should know when reviewing?
Minimum Agent Versions
Are there minimum versions of the Datadog Agent and/or Cluster Agent required?
Describe your test plan
On CR:
value: b50e91aa-2744-4ee4-b89f-64c8bf8cf355
value: "1714429207"
Checklist
bug
,enhancement
,refactoring
,documentation
,tooling
, and/ordependencies
qa/skip-qa
label