Skip to content

Commit

Permalink
Enable compressed payloads on ThreadStats object (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
csssuf authored Mar 17, 2021
1 parent e44bc02 commit 951972a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog_lambda/metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def flush(self, value):
if should_use_extension:
lambda_stats = StatsDWrapper()
else:
lambda_stats = ThreadStats()
lambda_stats = ThreadStats(compress_payload=True)
lambda_stats.start()


Expand Down

0 comments on commit 951972a

Please sign in to comment.