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

It is recommended to add a switch to control the size of RequestBody #1372

Closed
wajika opened this issue Aug 7, 2021 · 1 comment
Closed
Labels
agent-dotnet enhancement New feature or request

Comments

@wajika
Copy link

wajika commented Aug 7, 2021

Consts.cs#L11

According to the source code, the length of RequestBody is limited to 2048 bytes, which is not enough for our service. Can the elastic team add a switch to make it unrestricted?

@wajika wajika added the enhancement New feature or request label Aug 7, 2021
@russcam
Copy link
Contributor

russcam commented Aug 9, 2021

Hi @wajika,

This is essentially a duplicate of #1359. I'm going to close this to track in that issue.

A PR has been opened to increase to 10k, in line with the Java agent (#1368). We discussed making this a centrally configurable value but haven't made a decision on this yet.

@russcam russcam closed this as completed Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-dotnet enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants