You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling the UploadModuleLogs for one Module the logs should be uploaded to a log file in the specified container with a reasonable amount of transactions
Current Behavior
It seems like the EdgeAgent produces a lot of transactions when uploading the logs to the blob container. When I called the UploadModuleLogs method to upload 50.000 lines of logs (file size is 5.7mb) it produced around 90.000 transactions (reported by the metrics of the container with no other transactions happening expect the upload of the logs)
For us this results in around 3.5 Million! transactions each day to upload our edge logs.
Steps to Reproduce
Provide a detailed set of steps to reproduce the bug.
deploy a module that has a lot of logs
use UploadModuleLogs to upload the logs
the the sum of transactions in storage account metric
The text was updated successfully, but these errors were encountered:
Expected Behavior
When calling the UploadModuleLogs for one Module the logs should be uploaded to a log file in the specified container with a reasonable amount of transactions
Current Behavior
It seems like the EdgeAgent produces a lot of transactions when uploading the logs to the blob container. When I called the UploadModuleLogs method to upload 50.000 lines of logs (file size is 5.7mb) it produced around 90.000 transactions (reported by the metrics of the container with no other transactions happening expect the upload of the logs)
For us this results in around 3.5 Million! transactions each day to upload our edge logs.
Steps to Reproduce
Provide a detailed set of steps to reproduce the bug.
The text was updated successfully, but these errors were encountered: