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

Check body size not to exceed data limits of Azure Monitor Data Collection API #12

Closed
yokawasa opened this issue Jul 18, 2020 · 1 comment

Comments

@yokawasa
Copy link
Owner

Add body size check not to exceed max of 30 MB

Maximum of 30 MB per post to Azure Monitor Data Collector API. This is a size limit for a single post. If the data from a single post that exceeds 30 MB, you should split the data up to smaller sized chunks and send them concurrently.

Relevant issue

@yokawasa
Copy link
Owner Author

I published azure-loganalytics-datacollector-api-0.5.0 where I added the body size check not to exceed max of 30 MB

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

No branches or pull requests

1 participant