-
Notifications
You must be signed in to change notification settings - Fork 167
[TA] Linux Java autoinstrumentation TA #6308
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6308 +/- ##
==========================================
- Coverage 34.88% 34.78% -0.11%
==========================================
Files 346 345 -1
Lines 25192 25122 -70
==========================================
- Hits 8789 8738 -51
+ Misses 15809 15798 -11
+ Partials 594 586 -8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
multiple addons to be included in splunk startup
b5c424f
to
906f50b
Compare
@@ -12,7 +12,7 @@ | |||
// See the License for the specific language governing permissions and | |||
// limitations under the License. | |||
|
|||
package testcommon | |||
package testaddon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps I should move this code under tests/testutils
at the root of this repo instead of under packaging/technical-addon
?
Adds Linux java autoinstrumentation functionality for TA. This is a separate TA from the
Splunk_TA_otel
we typically vend.Will need to coordinate with docs team on release of TA w.r.t configuring inputs.conf for this (in addition to changelog)