Skip to content

Commit a8c4f4b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit cbc22dd of spec repo
1 parent 16b1c20 commit a8c4f4b

8 files changed

Lines changed: 275 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4805,6 +4805,7 @@ components:
48054805
- incident_management_monthly_active_users_usage
48064806
- indexed_spans_usage
48074807
- infra_host_usage
4808+
- infra_host_basic_usage
48084809
- ingested_logs_bytes_usage
48094810
- ingested_spans_bytes_usage
48104811
- invocations_usage
@@ -4893,6 +4894,7 @@ components:
48934894
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
48944895
- INDEXED_SPANS_USAGE
48954896
- INFRA_HOST_USAGE
4897+
- INFRA_HOST_BASIC_USAGE
48964898
- INGESTED_LOGS_BYTES_USAGE
48974899
- INGESTED_SPANS_BYTES_USAGE
48984900
- INVOCATIONS_USAGE
@@ -9391,6 +9393,8 @@ components:
93919393
- incident_management_monthly_active_users_percentage
93929394
- infra_host_usage
93939395
- infra_host_percentage
9396+
- infra_host_basic_usage
9397+
- infra_host_basic_percentage
93949398
- invocations_usage
93959399
- invocations_percentage
93969400
- lambda_traced_invocations_usage
@@ -9558,6 +9562,8 @@ components:
95589562
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE
95599563
- INFRA_HOST_USAGE
95609564
- INFRA_HOST_PERCENTAGE
9565+
- INFRA_HOST_BASIC_USAGE
9566+
- INFRA_HOST_BASIC_PERCENTAGE
95619567
- INVOCATIONS_USAGE
95629568
- INVOCATIONS_PERCENTAGE
95639569
- LAMBDA_TRACED_INVOCATIONS_USAGE
@@ -9955,6 +9961,14 @@ components:
99559961
description: The total APM Indexed Spans usage by tag(s).
99569962
format: double
99579963
type: number
9964+
infra_host_basic_percentage:
9965+
description: The percentage of infrastructure host Basic tier usage by tag(s).
9966+
format: double
9967+
type: number
9968+
infra_host_basic_usage:
9969+
description: The infrastructure host Basic tier usage by tag(s).
9970+
format: double
9971+
type: number
99589972
infra_host_percentage:
99599973
description: The percentage of infrastructure host usage by tag(s).
99609974
format: double
@@ -22234,6 +22248,18 @@ components:
2223422248
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
2223522249
format: int64
2223622250
type: integer
22251+
eph_infra_host_basic_infra_basic_agent_sum:
22252+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for all organizations.
22253+
format: int64
22254+
type: integer
22255+
eph_infra_host_basic_infra_basic_vsphere_sum:
22256+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current date for all organizations.
22257+
format: int64
22258+
type: integer
22259+
eph_infra_host_basic_sum:
22260+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current date for all organizations.
22261+
format: int64
22262+
type: integer
2223722263
eph_infra_host_ent_sum:
2223822264
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
2223922265
format: int64
@@ -22382,6 +22408,18 @@ components:
2238222408
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations.
2238322409
format: int64
2238422410
type: integer
22411+
infra_host_basic_infra_basic_agent_top99p:
22412+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for all organizations.
22413+
format: int64
22414+
type: integer
22415+
infra_host_basic_infra_basic_vsphere_top99p:
22416+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current date for all organizations.
22417+
format: int64
22418+
type: integer
22419+
infra_host_basic_top99p:
22420+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current date for all organizations.
22421+
format: int64
22422+
type: integer
2238522423
infra_host_top99p:
2238622424
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.
2238722425
format: int64
@@ -23183,6 +23221,18 @@ components:
2318323221
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
2318423222
format: int64
2318523223
type: integer
23224+
eph_infra_host_basic_infra_basic_agent_sum:
23225+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for the given org.
23226+
format: int64
23227+
type: integer
23228+
eph_infra_host_basic_infra_basic_vsphere_sum:
23229+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current date for the given org.
23230+
format: int64
23231+
type: integer
23232+
eph_infra_host_basic_sum:
23233+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current date for the given org.
23234+
format: int64
23235+
type: integer
2318623236
eph_infra_host_ent_sum:
2318723237
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
2318823238
format: int64
@@ -23335,6 +23385,18 @@ components:
2333523385
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for the given org.
2333623386
format: int64
2333723387
type: integer
23388+
infra_host_basic_infra_basic_agent_top99p:
23389+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for the given org.
23390+
format: int64
23391+
type: integer
23392+
infra_host_basic_infra_basic_vsphere_top99p:
23393+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current date for the given org.
23394+
format: int64
23395+
type: integer
23396+
infra_host_basic_top99p:
23397+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current date for the given org.
23398+
format: int64
23399+
type: integer
2333823400
infra_host_top99p:
2333923401
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org.
2334023402
format: int64
@@ -24142,6 +24204,18 @@ components:
2414224204
description: Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current month for all organizations.
2414324205
format: int64
2414424206
type: integer
24207+
eph_infra_host_basic_agg_sum:
24208+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current month for all organizations.
24209+
format: int64
24210+
type: integer
24211+
eph_infra_host_basic_infra_basic_agent_agg_sum:
24212+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current month for all organizations.
24213+
format: int64
24214+
type: integer
24215+
eph_infra_host_basic_infra_basic_vsphere_agg_sum:
24216+
description: Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current month for all organizations.
24217+
format: int64
24218+
type: integer
2414524219
eph_infra_host_ent_agg_sum:
2414624220
description: Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current month for all organizations.
2414724221
format: int64
@@ -24291,6 +24365,18 @@ components:
2429124365
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current month for all organizations.
2429224366
format: int64
2429324367
type: integer
24368+
infra_host_basic_infra_basic_agent_top99p_sum:
24369+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current month for all organizations.
24370+
format: int64
24371+
type: integer
24372+
infra_host_basic_infra_basic_vsphere_top99p_sum:
24373+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current month for all organizations.
24374+
format: int64
24375+
type: integer
24376+
infra_host_basic_top99p_sum:
24377+
description: Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current month for all organizations.
24378+
format: int64
24379+
type: integer
2429424380
infra_host_top99p_sum:
2429524381
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations.
2429624382
format: int64

services/usage_metering/src/v1/models/HourlyUsageAttributionUsageType.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export type HourlyUsageAttributionUsageType =
4747
| typeof INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
4848
| typeof INDEXED_SPANS_USAGE
4949
| typeof INFRA_HOST_USAGE
50+
| typeof INFRA_HOST_BASIC_USAGE
5051
| typeof INGESTED_LOGS_BYTES_USAGE
5152
| typeof INGESTED_SPANS_BYTES_USAGE
5253
| typeof INVOCATIONS_USAGE
@@ -141,6 +142,7 @@ export const INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE =
141142
"incident_management_monthly_active_users_usage";
142143
export const INDEXED_SPANS_USAGE = "indexed_spans_usage";
143144
export const INFRA_HOST_USAGE = "infra_host_usage";
145+
export const INFRA_HOST_BASIC_USAGE = "infra_host_basic_usage";
144146
export const INGESTED_LOGS_BYTES_USAGE = "ingested_logs_bytes_usage";
145147
export const INGESTED_SPANS_BYTES_USAGE = "ingested_spans_bytes_usage";
146148
export const INVOCATIONS_USAGE = "invocations_usage";

services/usage_metering/src/v1/models/MonthlyUsageAttributionSupportedMetrics.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
7373
| typeof INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE
7474
| typeof INFRA_HOST_USAGE
7575
| typeof INFRA_HOST_PERCENTAGE
76+
| typeof INFRA_HOST_BASIC_USAGE
77+
| typeof INFRA_HOST_BASIC_PERCENTAGE
7678
| typeof INVOCATIONS_USAGE
7779
| typeof INVOCATIONS_PERCENTAGE
7880
| typeof LAMBDA_TRACED_INVOCATIONS_USAGE
@@ -251,6 +253,8 @@ export const INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_PERCENTAGE =
251253
"incident_management_monthly_active_users_percentage";
252254
export const INFRA_HOST_USAGE = "infra_host_usage";
253255
export const INFRA_HOST_PERCENTAGE = "infra_host_percentage";
256+
export const INFRA_HOST_BASIC_USAGE = "infra_host_basic_usage";
257+
export const INFRA_HOST_BASIC_PERCENTAGE = "infra_host_basic_percentage";
254258
export const INVOCATIONS_USAGE = "invocations_usage";
255259
export const INVOCATIONS_PERCENTAGE = "invocations_percentage";
256260
export const LAMBDA_TRACED_INVOCATIONS_USAGE =

services/usage_metering/src/v1/models/MonthlyUsageAttributionValues.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,14 @@ export class MonthlyUsageAttributionValues {
300300
* The total APM Indexed Spans usage by tag(s).
301301
*/
302302
"indexedSpansUsage"?: number;
303+
/**
304+
* The percentage of infrastructure host Basic tier usage by tag(s).
305+
*/
306+
"infraHostBasicPercentage"?: number;
307+
/**
308+
* The infrastructure host Basic tier usage by tag(s).
309+
*/
310+
"infraHostBasicUsage"?: number;
303311
/**
304312
* The percentage of infrastructure host usage by tag(s).
305313
*/
@@ -1045,6 +1053,16 @@ export class MonthlyUsageAttributionValues {
10451053
type: "number",
10461054
format: "double",
10471055
},
1056+
infraHostBasicPercentage: {
1057+
baseName: "infra_host_basic_percentage",
1058+
type: "number",
1059+
format: "double",
1060+
},
1061+
infraHostBasicUsage: {
1062+
baseName: "infra_host_basic_usage",
1063+
type: "number",
1064+
format: "double",
1065+
},
10481066
infraHostPercentage: {
10491067
baseName: "infra_host_percentage",
10501068
type: "number",

services/usage_metering/src/v1/models/TypingInfo.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export const TypingInfo: ModelTypingInfo = {
140140
"incident_management_monthly_active_users_usage",
141141
"indexed_spans_usage",
142142
"infra_host_usage",
143+
"infra_host_basic_usage",
143144
"ingested_logs_bytes_usage",
144145
"ingested_spans_bytes_usage",
145146
"invocations_usage",
@@ -254,6 +255,8 @@ export const TypingInfo: ModelTypingInfo = {
254255
"incident_management_monthly_active_users_percentage",
255256
"infra_host_usage",
256257
"infra_host_percentage",
258+
"infra_host_basic_usage",
259+
"infra_host_basic_percentage",
257260
"invocations_usage",
258261
"invocations_percentage",
259262
"lambda_traced_invocations_usage",

services/usage_metering/src/v1/models/UsageSummaryDate.ts

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,18 @@ export class UsageSummaryDate {
346346
* Shows the sum of all ephemeral infrastructure hosts on Azure over all hours in the current date for the given org.
347347
*/
348348
"ephInfraHostAzureSum"?: number;
349+
/**
350+
* Shows the sum of all ephemeral infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for all organizations.
351+
*/
352+
"ephInfraHostBasicInfraBasicAgentSum"?: number;
353+
/**
354+
* Shows the sum of all ephemeral infrastructure hosts for Basic tier on vSphere over all hours in the current date for all organizations.
355+
*/
356+
"ephInfraHostBasicInfraBasicVsphereSum"?: number;
357+
/**
358+
* Shows the sum of all ephemeral infrastructure hosts for Basic tier over all hours in the current date for all organizations.
359+
*/
360+
"ephInfraHostBasicSum"?: number;
349361
/**
350362
* Shows the sum of all ephemeral infrastructure hosts for Enterprise over all hours in the current date for the given org.
351363
*/
@@ -494,6 +506,18 @@ export class UsageSummaryDate {
494506
* Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations.
495507
*/
496508
"infraEdgeMonitoringDevicesTop99p"?: number;
509+
/**
510+
* Shows the 99th percentile of all distinct infrastructure hosts for Basic tier with the Datadog Agent over all hours in the current date for all organizations.
511+
*/
512+
"infraHostBasicInfraBasicAgentTop99p"?: number;
513+
/**
514+
* Shows the 99th percentile of all distinct infrastructure hosts for Basic tier on vSphere over all hours in the current date for all organizations.
515+
*/
516+
"infraHostBasicInfraBasicVsphereTop99p"?: number;
517+
/**
518+
* Shows the 99th percentile of all distinct infrastructure hosts for Basic tier over all hours in the current date for all organizations.
519+
*/
520+
"infraHostBasicTop99p"?: number;
497521
/**
498522
* Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.
499523
*/
@@ -1366,6 +1390,21 @@ export class UsageSummaryDate {
13661390
type: "number",
13671391
format: "int64",
13681392
},
1393+
ephInfraHostBasicInfraBasicAgentSum: {
1394+
baseName: "eph_infra_host_basic_infra_basic_agent_sum",
1395+
type: "number",
1396+
format: "int64",
1397+
},
1398+
ephInfraHostBasicInfraBasicVsphereSum: {
1399+
baseName: "eph_infra_host_basic_infra_basic_vsphere_sum",
1400+
type: "number",
1401+
format: "int64",
1402+
},
1403+
ephInfraHostBasicSum: {
1404+
baseName: "eph_infra_host_basic_sum",
1405+
type: "number",
1406+
format: "int64",
1407+
},
13691408
ephInfraHostEntSum: {
13701409
baseName: "eph_infra_host_ent_sum",
13711410
type: "number",
@@ -1551,6 +1590,21 @@ export class UsageSummaryDate {
15511590
type: "number",
15521591
format: "int64",
15531592
},
1593+
infraHostBasicInfraBasicAgentTop99p: {
1594+
baseName: "infra_host_basic_infra_basic_agent_top99p",
1595+
type: "number",
1596+
format: "int64",
1597+
},
1598+
infraHostBasicInfraBasicVsphereTop99p: {
1599+
baseName: "infra_host_basic_infra_basic_vsphere_top99p",
1600+
type: "number",
1601+
format: "int64",
1602+
},
1603+
infraHostBasicTop99p: {
1604+
baseName: "infra_host_basic_top99p",
1605+
type: "number",
1606+
format: "int64",
1607+
},
15541608
infraHostTop99p: {
15551609
baseName: "infra_host_top99p",
15561610
type: "number",

0 commit comments

Comments
 (0)