Skip to content
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

NR-211941 : Change in Event Generation: Batching Events #170

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

lovesh-ap
Copy link
Contributor

Events are batched in the following scenarios:

Parameter List Size > 100:

When the list of parameters exceeds 100, events should be split into multiple events. Each event should contain a portion of the parameters, with no single event containing more than 100 queries.

RXSS Events with Response Data > 32KB:

For RXSS events, if the response data size exceeds 32KB, the events should be split into multiple events, each containing a portion of the response data. No single event should exceed 32KB in size.

Event size exceeds 512KB : drop it with log

lovesh-ap and others added 8 commits September 8, 2023 10:13
- utilizing the complete queue size
- heap error
# Conflicts:
#	newrelic-security-agent/src/main/java/com/newrelic/agent/security/instrumentator/dispatcher/Dispatcher.java
#	newrelic-security-agent/src/main/java/com/newrelic/agent/security/intcodeagent/logging/IAgentConstants.java
#	newrelic-security-agent/src/main/java/com/newrelic/agent/security/util/AgentUsageMetric.java
# Conflicts:
#	newrelic-security-agent/src/main/java/com/newrelic/agent/security/instrumentator/dispatcher/Dispatcher.java
@lovesh-ap lovesh-ap self-assigned this Jan 19, 2024
@lovesh-ap
Copy link
Contributor Author

do not merge

Base automatically changed from release/v1.1.0 to develop February 28, 2024 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants