File tree Expand file tree Collapse file tree 3 files changed +24
-9
lines changed
src/datadog_api_client/v2/api Expand file tree Collapse file tree 3 files changed +24
-9
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.5",
7
- "regenerated": "2023-07-03 06:07:19.450806 ",
8
- "spec_repo_commit": "832b2752 "
7
+ "regenerated": "2023-07-03 09:29:29.728054 ",
8
+ "spec_repo_commit": "29891cab "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.5",
12
- "regenerated": "2023-07-03 06:07:19.468637 ",
13
- "spec_repo_commit": "832b2752 "
12
+ "regenerated": "2023-07-03 09:29:29.740678 ",
13
+ "spec_repo_commit": "29891cab "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -24437,8 +24437,10 @@ paths:
24437
24437
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
24438
24438
/api/v2/spans/analytics/aggregate:
24439
24439
post:
24440
- description: The API endpoint to aggregate spans into buckets and compute metrics
24440
+ description: ' The API endpoint to aggregate spans into buckets and compute metrics
24441
24441
and timeseries.
24442
+
24443
+ This endpoint is rate limited to `300` requests per hour.'
24442
24444
operationId: AggregateSpans
24443
24445
requestBody:
24444
24446
content:
@@ -24470,7 +24472,12 @@ paths:
24470
24472
[Results are paginated][1].
24471
24473
24472
24474
24473
- Use this endpoint to see your latest spans.'
24475
+ Use this endpoint to see your latest spans.
24476
+
24477
+ This endpoint is rate limited to `300` requests per hour.
24478
+
24479
+
24480
+ [1]: /logs/guide/collect-multiple-logs-with-pagination'
24474
24481
operationId: ListSpansGet
24475
24482
parameters:
24476
24483
- description: Search query following spans syntax.
@@ -24550,7 +24557,12 @@ paths:
24550
24557
[Results are paginated][1].
24551
24558
24552
24559
24553
- Use this endpoint to build complex spans filtering and search.'
24560
+ Use this endpoint to build complex spans filtering and search.
24561
+
24562
+ This endpoint is rate limited to `300` requests per hour.
24563
+
24564
+
24565
+ [1]: /logs/guide/collect-multiple-logs-with-pagination'
24554
24566
operationId: ListSpans
24555
24567
requestBody:
24556
24568
content:
Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ def aggregate_spans(
129
129
"""Aggregate spans.
130
130
131
131
The API endpoint to aggregate spans into buckets and compute metrics and timeseries.
132
+ This endpoint is rate limited to ``300`` requests per hour.
132
133
133
134
:type body: SpansAggregateRequest
134
135
:rtype: SpansAggregateResponse
@@ -145,9 +146,10 @@ def list_spans(
145
146
"""Search spans.
146
147
147
148
List endpoint returns spans that match a span search query.
148
- [ Results are paginated][1] .
149
+ ` Results are paginated </logs/guide/collect-multiple-logs-with-pagination>`_ .
149
150
150
151
Use this endpoint to build complex spans filtering and search.
152
+ This endpoint is rate limited to ``300`` requests per hour.
151
153
152
154
:type body: SpansListRequest
153
155
:rtype: SpansListResponse
@@ -202,9 +204,10 @@ def list_spans_get(
202
204
"""Get a list of spans.
203
205
204
206
List endpoint returns spans that match a span search query.
205
- [ Results are paginated][1] .
207
+ ` Results are paginated </logs/guide/collect-multiple-logs-with-pagination>`_ .
206
208
207
209
Use this endpoint to see your latest spans.
210
+ This endpoint is rate limited to ``300`` requests per hour.
208
211
209
212
:param filter_query: Search query following spans syntax.
210
213
:type filter_query: str, optional
You can’t perform that action at this time.
0 commit comments