[APMAPI-1116] Stable configuration#4592
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 23500 Passed, 1498 Skipped, 3m 57.47s Total Time |
8a1edbd to
da8b0c1
Compare
2bdd7bd to
f189316
Compare
f819739 to
44876eb
Compare
44876eb to
6af044a
Compare
641cf63 to
22f2401
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4592 +/- ##
=======================================
Coverage 97.77% 97.77%
=======================================
Files 1419 1421 +2
Lines 86624 86676 +52
Branches 4397 4404 +7
=======================================
+ Hits 84697 84750 +53
+ Misses 1927 1926 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2025-05-14 21:31:19 Comparing candidate commit 8305bbc in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 31 metrics, 2 unstable metrics. |
c3a75b9 to
c6ed4a9
Compare
Datadog Summary❌ Code Quality ✅ Code Security ✅ Dependencies Test Optimization ReportBranch report: ✅ 0 Failed, 21260 Passed, 1373 Skipped, 3m 51.18s Total Time Was this helpful? Give us feedback! |
c6ed4a9 to
e0bd658
Compare
…igVec to Datadog::Core::Configuration::StableConfigVec
- Make Configurator.get always return a hash - Combine Configurator new and get
6e20a26 to
8305bbc
Compare
What does this PR do?
Add stable config support.
Motivation:
Fleet Automation will inject a configuration file onto hosts that the APM SDKs must read, apply, and report telemetry about
Change log entry
None.
Additional Notes:
Needs to wait for libdatadog 17.1 release because of
ddog_library_configurator_with_detect_process_info, so critical code is commented out.How to test the change?
System-tests, following the instructions here