8000 Support targeting services with configurations in stable configuration file by mtoffl01 · Pull Request #8526 · DataDog/dd-trace-java · GitHub
[go: up one dir, main page]

Skip to content

Support targeting services with configurations in stable configuration file #8526

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

Merged
merged 109 commits into from
Apr 4, 2025
Merged
Changes from 1 commit
Commits
Show all changes
109 commits
Select commit Hold shift + click to select a range
a9d4400
Abstract away getVMArgumentsThroughReflection into a VMArgsCache class
mtoffl01 Mar 10, 2025
d688313
Change underlying data structure of VMArgsCache to HashSet
mtoffl01 Mar 11, 2025
d6344a8
Update internal-api/src/main/java/datadog/trace/bootstrap/config/prov…
mtoffl01 Mar 11, 2025
6aba3f8
Update internal-api/src/main/java/datadog/trace/bootstrap/config/prov…
mtoffl01 Mar 11, 2025
8afbec1
Update internal-api/src/main/java/datadog/trace/bootstrap/config/prov…
mtoffl01 Mar 11, 2025
d807b02
Clean up for initial review
mtoffl01 Mar 12, 2025
0603490
fix merge conflicts
mtoffl01 Mar 12, 2025
7ce4953
move VMArgsCache to components/cli
mtoffl01 Mar 14, 2025
7a9f694
fix datadog.cli import
mtoffl01 Mar 14, 2025
dd17ca2
nits: remove outdated comments
mtoffl01 Mar 14, 2025
2798bed
annotate initJvmArgs with @SuppressForbidden to allow Class.forName()…
mtoffl01 Mar 17, 2025
f5d89a3
initial implementation using snakeyaml + StableConfigYaml for parsing…
mtoffl01 Mar 7, 2025
0f54ff1
Clean up tests + expand selectorMatch to cover environment_variables …
mtoffl01 Mar 10, 2025
9826f0f
address [some] github codequality breaches
mtoffl01 Mar 10, 2025
63280ae
use config_id even if configs are empty/missing
mtoffl01 Mar 11, 2025
5859ec9
nits: refactor StableConfigParser for clarity
mtoffl01 Mar 11, 2025
4e8c0fa
Clean up for first review
mtoffl01 Mar 12, 2025
1bf6ccc
Amend StableConfigParserTest valid test to include multiple selector-…
mtoffl01 Mar 12, 2025
57762b1
nits/ cleanup
mtoffl01 Mar 13, 2025
fe843e1
nits/ cleanup
mtoffl01 Mar 13, 2025
55a798b
Fix Test Optimization init when repo root cannot be determined (#8533)
nikita-tkachenko-datadog Mar 11, 2025
cdd2010
Improve Baggage API (#8523)
PerfectSlayer Mar 11, 2025
9a4458a
Update system-tests to 5aee0ed598fd984344cf0da0048b27bdb2eb4da1 (#8537)
mhlidd Mar 11, 2025
89286d7
Introducing `DD_TRACE_EXPERIMENTAL_FEATURES_ENABLED` Config (#8536)
mhlidd Mar 11, 2025
4c2a2f5
Remove AgentScope.source() from instrumentation API (#8539)
mcculls Mar 12, 2025
fd8a076
Add smoke tests for java's concurrent API (#8438)
sarahchen6 Mar 12, 2025
f1da84c
Update capabilities tagging to use versioning (#8540)
daniel-mohedano Mar 12, 2025
7d5b034
Remove ScopeSource from instrumentation API (#8542)
mcculls Mar 12, 2025
c1d1693
Simplify activateSpan calls which use the default value for isAsyncPr…
mcculls Mar 12, 2025
5ae5655
Make the default config sources more robust when a security manager i…
mcculls Mar 12, 2025
dc70612
Support common config sources for user-provided git info (#8547)
nikita-tkachenko-datadog Mar 13, 2025
3765fd1
Allow login events SDK to be used with appsec disabled (#8464)
manuel-alvarez-alvarez Mar 13, 2025
b7656bd
Update system-tests to c208feb5b40cca543670870b9601509d6a69c65e (#8550)
manuel-alvarez-alvarez Mar 13, 2025
6eb11aa
Add missing address for signup event (#8469)
manuel-alvarez-alvarez Mar 13, 2025
0a8bc73
Remove unnecessary calls to setAsyncPropagationEnabled (#8551)
mcculls Mar 13, 2025
26c11f4
Be consistent when deciding when to do async propagation (#8555)
mcculls Mar 13, 2025
3c4876c
Add new parser for `DD_TAGS` and prioritizing `DD_SERVICE` (#8296)
mhlidd Mar 13, 2025
518cd4a
Async propagation is on by default, so HystrixThreadPoolInstrumentati…
mcculls Mar 13, 2025
8f2d28b
Ensure shaded helpers have unique names (#8559)
amarziali Mar 14, 2025
90c7cbe
ssi tests one-pipeline (#8558)
robertomonteromiguel Mar 14, 2025
d06699d
Fix ForkJoinPool.execute() instrumentation on Java 21+ (#8560)
PerfectSlayer Mar 14, 2025
12fe632
Simplify activateSpan API to not include async propagation flag (#8557)
mcculls Mar 14, 2025
7475368
Use internal artifact proxy for Gitlab jobs (#8554)
randomanderson Mar 14, 2025
f646940
Remove ScopeSource enum (#8565)
mcculls Mar 14, 2025
e8eb022
fix(ci): Mark tests as flaky (#8568)
PerfectSlayer Mar 17, 2025
7ff940b
Prevent before callsites targeting constructors in super calls (#8549)
manuel-alvarez-alvarez Mar 17, 2025
3d8d129
Add JDK built-in support for UDS on Java 16+ (#8314)
sarahchen6 Mar 17, 2025
8327a8f
Allow to manually set PR info (#8566)
nikita-tkachenko-datadog Mar 17, 2025
9a78dd7
Nits: Update comments and include exception in log messages
mtoffl01 Mar 17, 2025
630c61f
Vendor snakeyaml
mcculls Mar 18, 2025
11b01da
Fix PlayNettySmokeTest logging config (#8576)
smola Mar 17, 2025
888cbd4
Expose Context.empty() as building block for creating custom root con…
mcculls Mar 17, 2025
b5b31c3
RASP capabilities for LFI is not sent when RASP is not fully enabled…
jandro996 Mar 17, 2025
6473621
Minor test changes to avoid deprecated API (#8574)
mcculls Mar 18, 2025
84ba99a
internal tests for stable config use snakeyaml to build test files
mcculls Mar 18, 2025
a920812
Fix test
mcculls Mar 18, 2025
f07ed11
Fix instrumentation test+muzzle
mcculls Mar 18, 2025
e624538
Inherited decision maker is a meta (#8578)
amarziali Mar 18, 2025
f7a339e
Simplification: Context.root() is always empty (#8580)
mcculls Mar 18, 2025
1e1ef67
Support and test kafka-clients 4 (#8581)
amarziali Mar 18, 2025
3f336db
List components:yaml in the dependencies to exclude outside of shared…
mcculls Mar 18, 2025
0c2b8e2
fix muzzle on CI
mcculls Mar 18, 2025
c9d4c10
Improve Stabl 8000 eConfig exception logging
mtoffl01 Mar 18, 2025
7a8fabe
Include StableConfigYaml in java-agent shadowJar
mtoffl01 Mar 18, 2025
d1fc580
Change in selectorMatch switch to return false
mtoffl01 Mar 19, 2025
f1fdaaf
Make selectorMatch case insensitive
mtoffl01 Mar 19, 2025
e94a06a
fix null ptr exceptions in selectorMatch
mtoffl01 Mar 19, 2025
a52a393
convert underlying datastructure to hashmap; split jvm args into key …
mtoffl01 Mar 21, 2025
dab2bbb
write CLIHelper Test
mtoffl01 Mar 21, 2025
e9fec18
Update javaagent logic inside of AgentBootstrap
mtoffl01 Mar 21, 2025
f04424e
merge with base branch mtoff/jvm-args
mtoffl01 Mar 21, 2025
1ac75d9
Rebase with mtoff/jvm-args
mtoffl01 Mar 24, 2025
1d30309
Merge branch 'master' into mtoff/jvm-args
mtoffl01 Mar 24, 2025
ca2ae42
merge in mtoff/jvm-args
mtoffl01 Mar 24, 2025
94c6d53
remove unused components/cli test dir
mtoffl01 Mar 24, 2025
73af087
Cleanup
mtoffl01 Mar 24, 2025
4ab687f
nits/cleanup
mtoffl01 Mar 24, 2025
2ca8d98
Merge remote-tracking branch 'origin/master' into mtoff/jvm-args
mcculls Mar 25, 2025
253e5e4
Fix package directory
mcculls Mar 25, 2025
e67ae7a
Cleanup code:
mcculls Mar 25, 2025
b844607
Remove warning when reflection fails
mcculls Mar 25, 2025
8837a21
Expose components:cli from internal-api
mcculls Mar 25, 2025
46f0902
Merge branch 'mtoff/jvm-args' into mtoff/stable_cfg_2
mcculls Mar 25, 2025
2a2012c
Fix package directory
mcculls Mar 25, 2025
f00b0f4
Expose components:yaml from internal-api
mcculls Mar 25, 2025
e3ad995
Domain classes should not exist in component module
mcculls Mar 25, 2025
8324c3a
Cleanup relocation
mcculls Mar 25, 2025
83b2f7e
Fix
mcculls Mar 25, 2025
b0f4c55
Cleanup
mcculls Mar 25, 2025
e2ef0ef
Merge branch 'master' into mtoff/stable_cfg_2
mtoffl01 Mar 25, 2025
f085baf
Remove unused ConfigurationValue.toString; hopefully pass Jacoco test…
mtoffl01 Mar 26, 2025
3b86143
reset to f085bafeed
mtoffl01 Mar 27, 2025
1a48f84
manually remove testImplementation snakeyaml 1.33 changes in dd-smoke…
mtoffl01 Mar 27, 2025
a99d016
exclude org.yaml.snakeyaml dependency from dd-smoke-tests
mtoffl01 Mar 27, 2025
a62edd3
Merge branch 'master' into mtoff/stable_cfg_2
mtoffl01 Mar 27, 2025
8389804
Merge branch 'master' into mtoff/stable_cfg_2
mtoffl01 Mar 28, 2025
1a8cee4
Remove unused ConfigurationValue.toString (again..)
mtoffl01 Mar 28, 2025
679c4ca
Attempt to fix muzzle
mcculls Mar 29, 2025
9e905b5
Attempt to fix muzzle
mcculls Mar 29, 2025
29c1925
comment
mcculls Mar 29, 2025
6f28159
Merge remote-tracking branch 'origin/master' into mtoff/stable_cfg_2
mcculls Mar 29, 2025
10a1028
cleanup
mcculls Mar 29, 2025
d9b6836
log when we find stable config. rather than when we don't (also reduc…
mcculls Mar 29, 2025
65b4cb7
Merge branch 'master' into mtoff/stable_cfg_2
mtoffl01 Mar 31, 2025
b8283a9
Update internal-api/src/main/java/datadog/trace/bootstrap/config/prov…
mtoffl01 Apr 2, 2025
dd40811
Update internal-api/src/main/java/datadog/trace/bootstrap/config/prov…
mtoffl01 Apr 2, 2025
ccc18c6
Make selector match package-private
mtoffl01 Apr 2, 2025
cffcc17
remove comment reminder about process_arguments test
mtoffl01 Apr 3, 2025
23f1013
Merge branch 'master' into mtoff/stable_cfg_2
mtoffl01 Apr 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into mtoff/stable_cfg_2
  • Loading branch information
mtoffl01 authored Apr 3, 2025
co 431B mmit 23f1013e88c8270615975cd41b5dcdf7559b4580

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0