Skip to content

Commit 2cc097b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 12e8b3e of spec repo (#447)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 089107f commit 2cc097b

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev6",
7-
"regenerated": "2021-05-20 06:32:55.119741",
8-
"spec_repo_commit": "f6cf0e5"
7+
"regenerated": "2021-05-20 07:39:45.861697",
8+
"spec_repo_commit": "12e8b3e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev6",
12-
"regenerated": "2021-05-20 06:33:23.299974",
13-
"spec_repo_commit": "f6cf0e5"
12+
"regenerated": "2021-05-20 07:40:14.721284",
13+
"spec_repo_commit": "12e8b3e"
1414
}
1515
}
1616
}

docs/v1/MetricsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Name | Type | Description | Notes
298298
299299
Submit metrics
300300

301-
The metrics end-point allows you to post time-series data that can be graphed on Datadog’s dashboards. The maximum payload size is 3.2 megabytes (3200000). Compressed payloads must have a decompressed size of up to 62 megabytes (62914560). If you’re submitting metrics directly to the Datadog API without using DogStatsD, expect - 64 bits for the timestamp - 32 bits for the value - 20 bytes for the metric names - 50 bytes for the timeseries - The full payload is approximately ~ 100 bytes. However, with the DogStatsD API, compression is applied, which reduces the payload size.
301+
The metrics end-point allows you to post time-series data that can be graphed on Datadog’s dashboards. The maximum payload size is 3.2 megabytes (3200000 bytes). Compressed payloads must have a decompressed size of less than 62 megabytes (62914560 bytes). If you’re submitting metrics directly to the Datadog API without using DogStatsD, expect: - 64 bits for the timestamp - 32 bits for the value - 20 bytes for the metric names - 50 bytes for the timeseries - The full payload is approximately 100 bytes. However, with the DogStatsD API, compression is applied, which reduces the payload size.
302302

303303
### Example
304304

src/datadog_api_client/v1/api/metrics_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ def query_metrics(self, _from, to, query, **kwargs):
478478
def submit_metrics(self, body, **kwargs):
479479
"""Submit metrics # noqa: E501
480480
481-
The metrics end-point allows you to post time-series data that can be graphed on Datadog’s dashboards. The maximum payload size is 3.2 megabytes (3200000). Compressed payloads must have a decompressed size of up to 62 megabytes (62914560). If you’re submitting metrics directly to the Datadog API without using DogStatsD, expect - 64 bits for the timestamp - 32 bits for the value - 20 bytes for the metric names - 50 bytes for the timeseries - The full payload is approximately ~ 100 bytes. However, with the DogStatsD API, compression is applied, which reduces the payload size. # noqa: E501
481+
The metrics end-point allows you to post time-series data that can be graphed on Datadog’s dashboards. The maximum payload size is 3.2 megabytes (3200000 bytes). Compressed payloads must have a decompressed size of less than 62 megabytes (62914560 bytes). If you’re submitting metrics directly to the Datadog API without using DogStatsD, expect: - 64 bits for the timestamp - 32 bits for the value - 20 bytes for the metric names - 50 bytes for the timeseries - The full payload is approximately 100 bytes. However, with the DogStatsD API, compression is applied, which reduces the payload size. # noqa: E501
482482
This method makes a synchronous HTTP request by default. To make an
483483
asynchronous HTTP request, please pass async_req=True
484484

src/datadog_api_client/v1/openapi.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18184,13 +18184,13 @@ paths:
1818418184
post:
1818518185
description: "The metrics end-point allows you to post time-series data that\
1818618186
\ can be graphed on Datadog\u2019s dashboards.\nThe maximum payload size is\
18187-
\ 3.2 megabytes (3200000). Compressed payloads must have a decompressed size\
18188-
\ of up to 62 megabytes (62914560).\n\nIf you\u2019re submitting metrics directly\
18189-
\ to the Datadog API without using DogStatsD, expect\n\n- 64 bits for the\
18190-
\ timestamp\n- 32 bits for the value\n- 20 bytes for the metric names\n- 50\
18191-
\ bytes for the timeseries\n- The full payload is approximately ~ 100 bytes.\
18192-
\ However, with the DogStatsD API,\ncompression is applied, which reduces\
18193-
\ the payload size."
18187+
\ 3.2 megabytes (3200000 bytes). Compressed payloads must have a decompressed\
18188+
\ size of less than 62 megabytes (62914560 bytes).\n\nIf you\u2019re submitting\
18189+
\ metrics directly to the Datadog API without using DogStatsD, expect:\n\n\
18190+
- 64 bits for the timestamp\n- 32 bits for the value\n- 20 bytes for the metric\
18191+
\ names\n- 50 bytes for the timeseries\n- The full payload is approximately\
18192+
\ 100 bytes. However, with the DogStatsD API,\ncompression is applied, which\
18193+
\ reduces the payload size."
1819418194
operationId: SubmitMetrics
1819518195
requestBody:
1819618196
content:

0 commit comments

Comments
 (0)