You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't fully thought this out, but wanted to gather at least some initial feedback about possible data-driven approach to generating the table. Thanks.
Or another thought would be to use a manually-curated data file to generate the table, and a separate script (like the one you wrote) to simply cross-check if any new matching *Module.java files are missing. I'll let this simmer and try out a few things tomorrow.
Yet another idea might be to add the Library/Framework* name to the source files so that it can be extracted along with the argument to super.
The text was updated successfully, but these errors were encountered:
Consider generating, from data, the table in the section on Suppressing specific agent instrumentation of the Agent conf page.
This is a script that was (manually) used to cross-check the table entries:
https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/5133f99cca30b5b0db1352da3b80668f8a487297/buildscripts/check-suppressing-instrumentation-docs.sh
Here is some context for this issue:
#1229 (comment):
Yet another idea might be to add the Library/Framework* name to the source files so that it can be extracted along with the argument to
super
.The text was updated successfully, but these errors were encountered: