Test profiling scenarios on the same set of VMs we use for tracing ones #3873
+4
−49
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Test profiling scenarios on the same set of VMs we use for tracing equivalent tracing scenarios
Motivation
Better coverage of profiling scenarios, now that we're gearing for Profiling+SSI GA. We even had some ridiculous anomalies, such as Node.js and Java
CONTAINER_AUTO_INJECTION_INSTALL_SCRIPT_PROFILING
scenarios executing nothing as the Node.js and Java weblogs only run on Ubuntu 24 and it was excluded from the profiling by default.Changes
InstallerAutoInjectionScenarioProfiling
, the scenario class with a restricted list of VMs is retired and the various*_profiling
scenarios are now instantiated as ordinaryInstallerAutoInjectionScenario
instead with the full set of VMs used for tracing scenarios too.JIRA: PROF-11177
Workflow
codeowners
file quickly.🚀 Once your PR is reviewed, you can merge it!
🛟 #apm-shared-testing 🛟
Reviewer checklist
[<language>]
, double-check that only<language>
is impacted by the changebuild-XXX-image
label is present