We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44bc02 commit 513172eCopy full SHA for 513172e
datadog_lambda/metric.py
@@ -41,7 +41,7 @@ def flush(self, value):
41
if should_use_extension:
42
lambda_stats = StatsDWrapper()
43
else:
44
- lambda_stats = ThreadStats()
+ lambda_stats = ThreadStats(compress_payload=True)
45
lambda_stats.start()
46
47
0 commit comments