Skip to content

Commit 6710dd4

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Regenerate client from commit 89ff7a4 of spec repo (#122)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 72b0948 commit 6710dd4

11 files changed

+21
-21
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.2.0",
7-
"regenerated": "2020-10-21 11:58:56.969919",
8-
"spec_repo_commit": "24e57ca"
7+
"regenerated": "2020-10-21 14:04:53.677189",
8+
"spec_repo_commit": "89ff7a4"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-10-21 11:59:06.380597",
13-
"spec_repo_commit": "24e57ca"
12+
"regenerated": "2020-10-21 14:05:03.995288",
13+
"spec_repo_commit": "89ff7a4"
1414
}
1515
}
1616
}

docs/v1/TimeseriesWidgetDefinition.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TimeseriesWidgetDefinition
22

3-
The timeseries visualization allows you to display the evolution of one or more metrics, log events, or Analyzed Spans over time.
3+
The timeseries visualization allows you to display the evolution of one or more metrics, log events, or Indexed Spans over time.
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------

docs/v1/UsageSummaryDate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
2929
**rum_session_count_sum** | **int** | Shows the sum of all browser RUM Sessions over all hours in the current date for all organizations | [optional]
3030
**synthetics_browser_check_calls_count_sum** | **int** | Shows the sum of all Synthetic browser tests over all hours in the current date for all organizations. | [optional]
3131
**synthetics_check_calls_count_sum** | **int** | Shows the sum of all Synthetic API tests over all hours in the current date for all organizations. | [optional]
32-
**trace_search_indexed_events_count_sum** | **int** | Shows the sum of all analyzed spans indexed over all hours in the current date for all organizations. | [optional]
32+
**trace_search_indexed_events_count_sum** | **int** | Shows the sum of all Indexed Spans indexed over all hours in the current date for all organizations. | [optional]
3333
**twol_ingested_events_bytes_sum** | **int** | Shows the sum of all tracing without limits bytes ingested over all hours in the current date for all organizations. | [optional]
3434

3535
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

docs/v1/UsageSummaryDateOrg.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Name | Type | Description | Notes
2929
**rum_session_count_sum** | **int** | Shows the sum of all browser RUM Sessions over all hours in the current date for the given org. | [optional]
3030
**synthetics_browser_check_calls_count_sum** | **int** | Shows the sum of all Synthetic browser tests over all hours in the current date for the given org. | [optional]
3131
**synthetics_check_calls_count_sum** | **int** | Shows the sum of all Synthetic API tests over all hours in the current date for the given org. | [optional]
32-
**trace_search_indexed_events_count_sum** | **int** | Shows the sum of all analyzed spans indexed over all hours in the current date for the given org. | [optional]
32+
**trace_search_indexed_events_count_sum** | **int** | Shows the sum of all Indexed Spans indexed over all hours in the current date for the given org. | [optional]
3333
**twol_ingested_events_bytes_sum** | **int** | Shows the sum of all tracing without limits bytes ingested over all hours in the current date for the given org. | [optional]
3434

3535
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

docs/v1/UsageSummaryResponse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Name | Type | Description | Notes
3232
**start_date** | **datetime** | Shows the first date of usage in the current month(s) for all organizations. | [optional]
3333
**synthetics_browser_check_calls_count_agg_sum** | **int** | Shows the sum of all Synthetic browser tests over all hours in the current month(s) for all organizations. | [optional]
3434
**synthetics_check_calls_count_agg_sum** | **int** | Shows the sum of all Synthetic API tests over all hours in the current month(s) for all organizations. | [optional]
35-
**trace_search_indexed_events_count_agg_sum** | **int** | Shows the sum of all analyzed spans indexed over all hours in the current month(s) for all organizations. | [optional]
35+
**trace_search_indexed_events_count_agg_sum** | **int** | Shows the sum of all Indexed Spans indexed over all hours in the current month(s) for all organizations. | [optional]
3636
**twol_ingested_events_bytes_agg_sum** | **int** | Shows the sum of all tracing without limits bytes ingested over all hours in the current month(s) for all organizations. | [optional]
3737
**usage** | [**[UsageSummaryDate]**](UsageSummaryDate.md) | An array of objects regarding hourly usage. | [optional]
3838

docs/v1/UsageTraceHour.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The hours of trace usage.
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**hour** | **datetime** | The hour for the usage. | [optional]
8-
**indexed_events_count** | **int** | Contains the number of Analyzed Spans indexed. | [optional]
8+
**indexed_events_count** | **int** | Contains the number of Indexed Spans indexed. | [optional]
99

1010
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
1111

src/datadog_api_client/v1/model/usage_summary_date.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
211211
rum_session_count_sum (int): Shows the sum of all browser RUM Sessions over all hours in the current date for all organizations. [optional] # noqa: E501
212212
synthetics_browser_check_calls_count_sum (int): Shows the sum of all Synthetic browser tests over all hours in the current date for all organizations.. [optional] # noqa: E501
213213
synthetics_check_calls_count_sum (int): Shows the sum of all Synthetic API tests over all hours in the current date for all organizations.. [optional] # noqa: E501
214-
trace_search_indexed_events_count_sum (int): Shows the sum of all analyzed spans indexed over all hours in the current date for all organizations.. [optional] # noqa: E501
214+
trace_search_indexed_events_count_sum (int): Shows the sum of all Indexed Spans indexed over all hours in the current date for all organizations.. [optional] # noqa: E501
215215
twol_ingested_events_bytes_sum (int): Shows the sum of all tracing without limits bytes ingested over all hours in the current date for all organizations.. [optional] # noqa: E501
216216
"""
217217

src/datadog_api_client/v1/model/usage_summary_date_org.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
206206
rum_session_count_sum (int): Shows the sum of all browser RUM Sessions over all hours in the current date for the given org.. [optional] # noqa: E501
207207
synthetics_browser_check_calls_count_sum (int): Shows the sum of all Synthetic browser tests over all hours in the current date for the given org.. [optional] # noqa: E501
208208
synthetics_check_calls_count_sum (int): Shows the sum of all Synthetic API tests over all hours in the current date for the given org.. [optional] # noqa: E501
209-
trace_search_indexed_events_count_sum (int): Shows the sum of all analyzed spans indexed over all hours in the current date for the given org.. [optional] # noqa: E501
209+
trace_search_indexed_events_count_sum (int): Shows the sum of all Indexed Spans indexed over all hours in the current date for the given org.. [optional] # noqa: E501
210210
twol_ingested_events_bytes_sum (int): Shows the sum of all tracing without limits bytes ingested over all hours in the current date for the given org.. [optional] # noqa: E501
211211
"""
212212

src/datadog_api_client/v1/model/usage_summary_response.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
222222
start_date (datetime): Shows the first date of usage in the current month(s) for all organizations.. [optional] # noqa: E501
223223
synthetics_browser_check_calls_count_agg_sum (int): Shows the sum of all Synthetic browser tests over all hours in the current month(s) for all organizations.. [optional] # noqa: E501
224224
synthetics_check_calls_count_agg_sum (int): Shows the sum of all Synthetic API tests over all hours in the current month(s) for all organizations.. [optional] # noqa: E501
225-
trace_search_indexed_events_count_agg_sum (int): Shows the sum of all analyzed spans indexed over all hours in the current month(s) for all organizations.. [optional] # noqa: E501
225+
trace_search_indexed_events_count_agg_sum (int): Shows the sum of all Indexed Spans indexed over all hours in the current month(s) for all organizations.. [optional] # noqa: E501
226226
twol_ingested_events_bytes_agg_sum (int): Shows the sum of all tracing without limits bytes ingested over all hours in the current month(s) for all organizations.. [optional] # noqa: E501
227227
usage ([UsageSummaryDate]): An array of objects regarding hourly usage.. [optional] # noqa: E501
228228
"""

src/datadog_api_client/v1/model/usage_trace_hour.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
132132
through its discriminator because we passed in
133133
_visited_composed_classes = (Animal,)
134134
hour (datetime): The hour for the usage.. [optional] # noqa: E501
135-
indexed_events_count (int): Contains the number of Analyzed Spans indexed.. [optional] # noqa: E501
135+
indexed_events_count (int): Contains the number of Indexed Spans indexed.. [optional] # noqa: E501
136136
"""
137137

138138
_check_type = kwargs.pop('_check_type', True)

src/datadog_api_client/v1/openapi.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -7006,7 +7006,7 @@ components:
70067006
- DOUBLE
70077007
TimeseriesWidgetDefinition:
70087008
description: The timeseries visualization allows you to display the evolution
7009-
of one or more metrics, log events, or Analyzed Spans over time.
7009+
of one or more metrics, log events, or Indexed Spans over time.
70107010
properties:
70117011
custom_links:
70127012
description: List of custom links.
@@ -7909,8 +7909,8 @@ components:
79097909
format: int64
79107910
type: integer
79117911
trace_search_indexed_events_count_sum:
7912-
description: Shows the sum of all analyzed spans indexed over all hours
7913-
in the current date for all organizations.
7912+
description: Shows the sum of all Indexed Spans indexed over all hours in
7913+
the current date for all organizations.
79147914
format: int64
79157915
type: integer
79167916
twol_ingested_events_bytes_sum:
@@ -8042,8 +8042,8 @@ components:
80428042
format: int64
80438043
type: integer
80448044
trace_search_indexed_events_count_sum:
8045-
description: Shows the sum of all analyzed spans indexed over all hours
8046-
in the current date for the given org.
8045+
description: Shows the sum of all Indexed Spans indexed over all hours in
8046+
the current date for the given org.
80478047
format: int64
80488048
type: integer
80498049
twol_ingested_events_bytes_sum:
@@ -8196,8 +8196,8 @@ components:
81968196
format: int64
81978197
type: integer
81988198
trace_search_indexed_events_count_agg_sum:
8199-
description: Shows the sum of all analyzed spans indexed over all hours
8200-
in the current month(s) for all organizations.
8199+
description: Shows the sum of all Indexed Spans indexed over all hours in
8200+
the current month(s) for all organizations.
82018201
format: int64
82028202
type: integer
82038203
twol_ingested_events_bytes_agg_sum:
@@ -8345,7 +8345,7 @@ components:
83458345
format: date-time
83468346
type: string
83478347
indexed_events_count:
8348-
description: Contains the number of Analyzed Spans indexed.
8348+
description: Contains the number of Indexed Spans indexed.
83498349
format: int64
83508350
type: integer
83518351
type: object

0 commit comments

Comments
 (0)