@@ -2850,6 +2850,8 @@ components:
2850
2850
type: string
2851
2851
values:
2852
2852
description: The array of numerical values for one formula or query.
2853
+ example:
2854
+ - 0.5
2853
2855
items:
2854
2856
description: An individual value for a given column and group-by.
2855
2857
example: 0.5
@@ -3274,6 +3276,8 @@ components:
3274
3276
$ref: '#/components/schemas/EventsQueryGroupBys'
3275
3277
indexes:
3276
3278
description: The indexes in which to search.
3279
+ example:
3280
+ - main
3277
3281
items:
3278
3282
description: The unique index name.
3279
3283
example: main
@@ -3325,6 +3329,8 @@ components:
3325
3329
$ref: '#/components/schemas/EventsQueryGroupBys'
3326
3330
indexes:
3327
3331
description: The indexes in which to search.
3332
+ example:
3333
+ - main
3328
3334
items:
3329
3335
description: The unique index name.
3330
3336
example: main
@@ -3670,6 +3676,9 @@ components:
3670
3676
values:
3671
3677
description: The array of tag values for each group found for the results
3672
3678
of the formulas or queries.
3679
+ example:
3680
+ - - production
3681
+ - - staging
3673
3682
items:
3674
3683
description: An individual tag value for a given group column.
3675
3684
items:
@@ -3683,6 +3692,7 @@ components:
3683
3692
description: List of tags that apply to a single response value.
3684
3693
items:
3685
3694
description: A single tag that applies to a single response value.
3695
+ example: env:production
3686
3696
type: string
3687
3697
type: array
3688
3698
HTTPLog:
@@ -7218,13 +7228,15 @@ components:
7218
7228
type: object
7219
7229
MetricsDataSource:
7220
7230
default: metrics
7221
- description: A data source that is powered by the Metrics backend .
7231
+ description: A data source that is powered by the Metrics platform .
7222
7232
enum:
7223
7233
- metrics
7234
+ - cloud_cost
7224
7235
example: metrics
7225
7236
type: string
7226
7237
x-enum-varnames:
7227
7238
- METRICS
7239
+ - CLOUD_COST
7228
7240
MetricsScalarQuery:
7229
7241
description: An individual scalar metrics query.
7230
7242
properties:
@@ -17014,12 +17026,13 @@ paths:
17014
17026
tags:
17015
17027
- Metrics
17016
17028
x-codegen-request-body-name: body
17017
- x-unstable: '**Note**: This endpoint is GA for the metrics data source. Logs
17018
- is in beta.
17029
+ x-unstable: '**Note**: This endpoint is GA for the metrics and cloud cost data
17030
+ sources. Logs is
17019
17031
17020
- We are gradually onboarding support for more sources. If you have any feedback,
17032
+ in beta. We are gradually onboarding support for more sources. If you have
17033
+ any
17021
17034
17022
- contact [Datadog support](https://docs.datadoghq.com/help/).'
17035
+ feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
17023
17036
/api/v2/query/timeseries:
17024
17037
post:
17025
17038
description: 'Query timeseries data across various data sources and
@@ -17051,12 +17064,13 @@ paths:
17051
17064
tags:
17052
17065
- Metrics
17053
17066
x-codegen-request-body-name: body
17054
- x-unstable: '**Note**: This endpoint is GA for the metrics data source. Logs
17055
- is in beta.
17067
+ x-unstable: '**Note**: This endpoint is GA for the metrics and cloud cost data
17068
+ sources. Logs is
17056
17069
17057
- We are gradually onboarding support for more sources. If you have any feedback,
17070
+ in beta. We are gradually onboarding support for more sources. If you have
17071
+ any
17058
17072
17059
- contact [Datadog support](https://docs.datadoghq.com/help/).'
17073
+ feedback, contact [Datadog support](https://docs.datadoghq.com/help/).'
17060
17074
/api/v2/roles:
17061
17075
get:
17062
17076
description: Returns all roles, including their names and their unique identifiers.
0 commit comments