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 44 "spec_versions": {
55 "v1": {
66 "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 "
99 },
1010 "v2": {
1111 "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 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -15342,6 +15342,9 @@ paths:
1534215342 Add the `Content-Encoding: gzip` header to the request when sending compressed
1534315343 logs.
1534415344
15345+ Log events can be submitted up to 18 hours in the past and 2 hours in the
15346+ future.
15347+
1534515348
1534615349 The status codes answered by the HTTP API are:
1534715350
Original file line number Diff line number Diff line change @@ -459,6 +459,7 @@ def submit_log(
459459
460460 Datadog recommends sending your logs compressed.
461461 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.
462463
463464 The status codes answered by the HTTP API are:
464465
You can’t perform that action at this time.
0 commit comments