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
Copy file name to clipboardExpand all lines: aws-opentelemetry-distro/src/amazon/opentelemetry/distro/exporter/otlp/aws/logs/aws_batch_log_record_processor.py
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -178,12 +178,3 @@ def _estimate_log_size(self, log: LogData, depth: int = 3) -> int: # pylint: di
178
178
queue=new_queue
179
179
180
180
returnsize
181
-
182
-
# Only export the logs once to avoid the race condition of the worker thread and force flush thread
Copy file name to clipboardExpand all lines: aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/exporter/otlp/aws/logs/test_aws_batch_log_record_processor.py
0 commit comments