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: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,10 @@ Initialize the Datadog tracer when set to `true`. Defaults to `false`.
87
87
88
88
Set to `true` to merge the X-Ray trace and the Datadog trace, when using both the X-Ray and Datadog tracing. Defaults to `false`.
89
89
90
+
### DD_FLUSH_IN_THREAD
91
+
92
+
Flush metrics periodically in a background thread. See details in this [PR](https://github.com/DataDog/datadog-lambda-python/pull/120). Defaults to `false`.
93
+
90
94
## Opening Issues
91
95
92
96
If you encounter a bug with this package, we want to hear about it. Before opening a new issue, search the existing issues to avoid duplicates.
Copy file name to clipboardExpand all lines: tests/integration/snapshots/logs/async-metrics_python27.log
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
/var/runtime/botocore/vendored/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.2) or chardet (4.0.0) doesn't match a supported version!
/var/runtime/botocore/vendored/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.2) or chardet (4.0.0) doesn't match a supported version!
Copy file name to clipboardExpand all lines: tests/integration/snapshots/logs/async-metrics_python36.log
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
/var/runtime/botocore/vendored/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.2) or chardet (4.0.0) doesn't match a supported version!
Copy file name to clipboardExpand all lines: tests/integration/snapshots/logs/async-metrics_python36_with_plugin.log
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
/var/runtime/botocore/vendored/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.2) or chardet (4.0.0) doesn't match a supported version!
Copy file name to clipboardExpand all lines: tests/integration/snapshots/logs/async-metrics_python37.log
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
/var/runtime/botocore/vendored/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.2) or chardet (4.0.0) doesn't match a supported version!
Copy file name to clipboardExpand all lines: tests/integration/snapshots/logs/async-metrics_python37_with_plugin.log
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
/var/runtime/botocore/vendored/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.2) or chardet (4.0.0) doesn't match a supported version!
0 commit comments