-
Notifications
You must be signed in to change notification settings - Fork 15
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
Develop merge into main #297
base: main
Are you sure you want to change the base?
Conversation
Merge pull request #294 from newrelic/develop
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.
Tihs would be the third such merge since release and I'm afraid there is a synchronization issue between the 2 branches. Give it a go, let's see.
BTW, that action no longer works as it once did, so there's no reason to merge that (yet).
chore: refactor AEI code into its own package
* adds new attribute `aeiSessionId` to AEI event when PID of aei is found in session mapper cache. * adds/updates tests
The set of AEI records returned by ART changes over time. Update the on-device storage to remove artifacts no longer raported by ART.
Develop has changed behind this commit, so don't commit to |
This chnage is based on assumptions on an incubating spec. It may be reverted or modified.
To be used in AEI trace reporting. Logging will be refactored to use this within it's LogForwarder. * adds FileBackedPayload pulled up from LogForwarder * adds compression to payload data * adds tests
[NR-331312] Add AEI session mapper
* parses system trace provided by AEI record into thread collection * formats thread data as a String according to ingest spec
Since we've been sing the new vpn, some tests fail due to odd networking exceptions in Mockito. * DRY's up connection mocking code
chore: cleanup tests
* adds/updates tests
* refactor ApplicationExitMonitorTest * adds `fullLifecycle` for the complex sessionMapper interactions
* updates tests
[NR-293384] AEI Trace Reporting
* update AEITraceSender tests * exposed FileBackedPayload `compress()` methods, updates tests
[NR-293384] Update request header
No description provided.