Skip to content

Commit b77e306

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add infra_host_basic and eph_infra_host_basic to usage metering API (#3677)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 2258a4e commit b77e306

181 files changed

Lines changed: 970 additions & 198 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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

src/main/java/com/datadog/api/client/v1/model/HourlyUsageAttributionUsageType.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public class HourlyUsageAttributionUsageType extends ModelEnum<String> {
7474
"incident_management_monthly_active_users_usage",
7575
"indexed_spans_usage",
7676
"infra_host_usage",
77+
"infra_host_basic_usage",
7778
"ingested_logs_bytes_usage",
7879
"ingested_spans_bytes_usage",
7980
"invocations_usage",
@@ -204,6 +205,8 @@ public class HourlyUsageAttributionUsageType extends ModelEnum<String> {
204205
new HourlyUsageAttributionUsageType("indexed_spans_usage");
205206
public static final HourlyUsageAttributionUsageType INFRA_HOST_USAGE =
206207
new HourlyUsageAttributionUsageType("infra_host_usage");
208+
public static final HourlyUsageAttributionUsageType INFRA_HOST_BASIC_USAGE =
209+
new HourlyUsageAttributionUsageType("infra_host_basic_usage");
207210
public static final HourlyUsageAttributionUsageType INGESTED_LOGS_BYTES_USAGE =
208211
new HourlyUsageAttributionUsageType("ingested_logs_bytes_usage");
209212
public static final HourlyUsageAttributionUsageType INGESTED_SPANS_BYTES_USAGE =

src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionSupportedMetrics.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum<String> {
102102
"incident_management_monthly_active_users_percentage",
103103
"infra_host_usage",
104104
"infra_host_percentage",
105+
"infra_host_basic_usage",
106+
"infra_host_basic_percentage",
105107
"invocations_usage",
106108
"invocations_percentage",
107109
"lambda_traced_invocations_usage",
@@ -344,6 +346,10 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum<String> {
344346
new MonthlyUsageAttributionSupportedMetrics("infra_host_usage");
345347
public static final MonthlyUsageAttributionSupportedMetrics INFRA_HOST_PERCENTAGE =
346348
new MonthlyUsageAttributionSupportedMetrics("infra_host_percentage");
349+
public static final MonthlyUsageAttributionSupportedMetrics INFRA_HOST_BASIC_USAGE =
350+
new MonthlyUsageAttributionSupportedMetrics("infra_host_basic_usage");
351+
public static final MonthlyUsageAttributionSupportedMetrics INFRA_HOST_BASIC_PERCENTAGE =
352+
new MonthlyUsageAttributionSupportedMetrics("infra_host_basic_percentage");
347353
public static final MonthlyUsageAttributionSupportedMetrics INVOCATIONS_USAGE =
348354
new MonthlyUsageAttributionSupportedMetrics("invocations_usage");
349355
public static final MonthlyUsageAttributionSupportedMetrics INVOCATIONS_PERCENTAGE =

src/main/java/com/datadog/api/client/v1/model/MonthlyUsageAttributionValues.java

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@
9292
MonthlyUsageAttributionValues.JSON_PROPERTY_INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE,
9393
MonthlyUsageAttributionValues.JSON_PROPERTY_INDEXED_SPANS_PERCENTAGE,
9494
MonthlyUsageAttributionValues.JSON_PROPERTY_INDEXED_SPANS_USAGE,
95+
MonthlyUsageAttributionValues.JSON_PROPERTY_INFRA_HOST_BASIC_PERCENTAGE,
96+
MonthlyUsageAttributionValues.JSON_PROPERTY_INFRA_HOST_BASIC_USAGE,
9597
MonthlyUsageAttributionValues.JSON_PROPERTY_INFRA_HOST_PERCENTAGE,
9698
MonthlyUsageAttributionValues.JSON_PROPERTY_INFRA_HOST_USAGE,
9799
MonthlyUsageAttributionValues.JSON_PROPERTY_INGESTED_LOGS_BYTES_PERCENTAGE,
@@ -438,6 +440,13 @@ public class MonthlyUsageAttributionValues {
438440
public static final String JSON_PROPERTY_INDEXED_SPANS_USAGE = "indexed_spans_usage";
439441
private Double indexedSpansUsage;
440442

443+
public static final String JSON_PROPERTY_INFRA_HOST_BASIC_PERCENTAGE =
444+
"infra_host_basic_percentage";
445+
private Double infraHostBasicPercentage;
446+
447+
public static final String JSON_PROPERTY_INFRA_HOST_BASIC_USAGE = "infra_host_basic_usage";
448+
private Double infraHostBasicUsage;
449+
441450
public static final String JSON_PROPERTY_INFRA_HOST_PERCENTAGE = "infra_host_percentage";
442451
private Double infraHostPercentage;
443452

@@ -2331,6 +2340,48 @@ public void setIndexedSpansUsage(Double indexedSpansUsage) {
23312340
this.indexedSpansUsage = indexedSpansUsage;
23322341
}
23332342

2343+
public MonthlyUsageAttributionValues infraHostBasicPercentage(Double infraHostBasicPercentage) {
2344+
this.infraHostBasicPercentage = infraHostBasicPercentage;
2345+
return this;
2346+
}
2347+
2348+
/**
2349+
* The percentage of infrastructure host Basic tier usage by tag(s).
2350+
*
2351+
* @return infraHostBasicPercentage
2352+
*/
2353+
@jakarta.annotation.Nullable
2354+
@JsonProperty(JSON_PROPERTY_INFRA_HOST_BASIC_PERCENTAGE)
2355+
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
2356+
public Double getInfraHostBasicPercentage() {
2357+
return infraHostBasicPercentage;
2358+
}
2359+
2360+
public void setInfraHostBasicPercentage(Double infraHostBasicPercentage) {
2361+
this.infraHostBasicPercentage = infraHostBasicPercentage;
2362+
}
2363+
2364+
public MonthlyUsageAttributionValues infraHostBasicUsage(Double infraHostBasicUsage) {
2365+
this.infraHostBasicUsage = infraHostBasicUsage;
2366+
return this;
2367+
}
2368+
2369+
/**
2370+
* The infrastructure host Basic tier usage by tag(s).
2371+
*
2372+
* @return infraHostBasicUsage
2373+
*/
2374+
@jakarta.annotation.Nullable
2375+
@JsonProperty(JSON_PROPERTY_INFRA_HOST_BASIC_USAGE)
2376+
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
2377+
public Double getInfraHostBasicUsage() {
2378+
return infraHostBasicUsage;
2379+
}
2380+
2381+
public void setInfraHostBasicUsage(Double infraHostBasicUsage) {
2382+
this.infraHostBasicUsage = infraHostBasicUsage;
2383+
}
2384+
23342385
public MonthlyUsageAttributionValues infraHostPercentage(Double infraHostPercentage) {
23352386
this.infraHostPercentage = infraHostPercentage;
23362387
return this;
@@ -4452,6 +4503,10 @@ public boolean equals(Object o) {
44524503
&& Objects.equals(
44534504
this.indexedSpansPercentage, monthlyUsageAttributionValues.indexedSpansPercentage)
44544505
&& Objects.equals(this.indexedSpansUsage, monthlyUsageAttributionValues.indexedSpansUsage)
4506+
&& Objects.equals(
4507+
this.infraHostBasicPercentage, monthlyUsageAttributionValues.infraHostBasicPercentage)
4508+
&& Objects.equals(
4509+
this.infraHostBasicUsage, monthlyUsageAttributionValues.infraHostBasicUsage)
44554510
&& Objects.equals(
44564511
this.infraHostPercentage, monthlyUsageAttributionValues.infraHostPercentage)
44574512
&& Objects.equals(this.infraHostUsage, monthlyUsageAttributionValues.infraHostUsage)
@@ -4734,6 +4789,8 @@ public int hashCode() {
47344789
incidentManagementMonthlyActiveUsersUsage,
47354790
indexedSpansPercentage,
47364791
indexedSpansUsage,
4792+
infraHostBasicPercentage,
4793+
infraHostBasicUsage,
47374794
infraHostPercentage,
47384795
infraHostUsage,
47394796
ingestedLogsBytesPercentage,
@@ -4999,6 +5056,12 @@ public String toString() {
49995056
.append(toIndentedString(indexedSpansPercentage))
50005057
.append("\n");
50015058
sb.append(" indexedSpansUsage: ").append(toIndentedString(indexedSpansUsage)).append("\n");
5059+
sb.append(" infraHostBasicPercentage: ")
5060+
.append(toIndentedString(infraHostBasicPercentage))
5061+
.append("\n");
5062+
sb.append(" infraHostBasicUsage: ")
5063+
.append(toIndentedString(infraHostBasicUsage))
5064+
.append("\n");
50025065
sb.append(" infraHostPercentage: ")
50035066
.append(toIndentedString(infraHostPercentage))
50045067
.append("\n");

0 commit comments

Comments
 (0)