Stuart McCulloch
Stuart McCulloch
temporary branch so I can merge a couple of fixes into the same build while waiting for reviews
# What Does This Do Widens the list of ignored muzzle prefixes from an explicit subset to cover all prefixes that the Java Tracer delegates to the boostrap class-loader. By...
# What Does This Do 1. Generates a build-time mapping from known-types to their matching instrumentation id(s) 2. Uses generated index to query once per transformed-type and populate matched instrumentation...
# Motivation Avoids recreating the same helpers when a module contains several instrumenters. Jira ticket: [AIT-9441] [AIT-9441]: https://datadoghq.atlassian.net/browse/AIT-9441?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
These are leftovers from #6797
# What Does This Do Introduces `InstrumenterModule::order()` to declare ordering between modules. Modules with higher order values are applied _after_ those with lower values. This is used to sort modules...
# What Does This Do # Motivation # Additional Notes
This reverts commit bd8db8b42f84c808f98caac4675b20f75598696a.