File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
src/datadog_api_client/v2/api Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.4",
7
- "regenerated": "2023-02-17 21:33:20.208946 ",
8
- "spec_repo_commit": "f388a249 "
7
+ "regenerated": "2023-02-22 18:12:32.678592 ",
8
+ "spec_repo_commit": "7f9c8d81 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2023-02-17 21:33:20.221513 ",
13
- "spec_repo_commit": "f388a249 "
12
+ "regenerated": "2023-02-22 18:12:32.771626 ",
13
+ "spec_repo_commit": "7f9c8d81 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -15342,6 +15342,9 @@ paths:
15342
15342
Add the `Content-Encoding: gzip` header to the request when sending compressed
15343
15343
logs.
15344
15344
15345
+ Log events can be submitted up to 18 hours in the past and 2 hours in the
15346
+ future.
15347
+
15345
15348
15346
15349
The status codes answered by the HTTP API are:
15347
15350
Original file line number Diff line number Diff line change @@ -459,6 +459,7 @@ def submit_log(
459
459
460
460
Datadog recommends sending your logs compressed.
461
461
Add the ``Content-Encoding: gzip`` header to the request when sending compressed logs.
462
+ Log events can be submitted up to 18 hours in the past and 2 hours in the future.
462
463
463
464
The status codes answered by the HTTP API are:
464
465
You can’t perform that action at this time.
0 commit comments