Skip to content

Commit 2c5c16c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 469677d of spec repo
1 parent 0b0f9cc commit 2c5c16c

11 files changed

+694
-125
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22187,11 +22187,6 @@ components:
2218722187
current date for all organizations.
2218822188
format: int64
2218922189
type: integer
22190-
infra_edge_monitoring_devices_top99p:
22191-
description: Shows the 99th percentile of all Edge Devices Monitoring devices
22192-
over all hours in the current date for all organizations.
22193-
format: int64
22194-
type: integer
2219522190
infra_host_top99p:
2219622191
description: Shows the 99th percentile of all distinct infrastructure hosts
2219722192
over all hours in the current date for all organizations.
@@ -23355,11 +23350,6 @@ components:
2335523350
current date for the given org (To be deprecated on October 1st, 2024).
2335623351
format: int64
2335723352
type: integer
23358-
infra_edge_monitoring_devices_top99p:
23359-
description: Shows the 99th percentile of all Edge Devices Monitoring devices
23360-
over all hours in the current date for the given org.
23361-
format: int64
23362-
type: integer
2336323353
infra_host_top99p:
2336423354
description: Shows the 99th percentile of all distinct infrastructure hosts
2336523355
over all hours in the current date for the given org.
@@ -24523,11 +24513,6 @@ components:
2452324513
2024).
2452424514
format: int64
2452524515
type: integer
24526-
infra_edge_monitoring_devices_top99p_sum:
24527-
description: Shows the 99th percentile of all Edge Devices Monitoring devices
24528-
over all hours in the current month for all organizations.
24529-
format: int64
24530-
type: integer
2453124516
infra_host_top99p_sum:
2453224517
description: Shows the 99th percentile of all distinct infrastructure hosts
2453324518
over all hours in the current month for all organizations.

.generator/schemas/v2/openapi.yaml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54739,6 +54739,69 @@ components:
5473954739
type: string
5474054740
x-enum-varnames:
5474154741
- RULESET
54742+
RumCrossProductSampling:
54743+
description: 'Configuration for additional APM trace data retention for sessions
54744+
that match this retention filter.
54745+
54746+
When a session matches the filter and is retained (based on `sample_rate`),
54747+
you can configure
54748+
54749+
the percentage of retained sessions with ingested traces whose traces are
54750+
indexed.'
54751+
properties:
54752+
trace_enabled:
54753+
description: Indicates whether trace cross-product sampling is enabled.
54754+
If `false`, no traces are indexed regardless of `trace_sample_rate`.
54755+
example: true
54756+
type: boolean
54757+
trace_sample_rate:
54758+
description: 'The percentage (0-100) of retained sessions with ingested
54759+
traces whose traces are indexed.
54760+
54761+
For example, 25.0 means 25% of retained sessions with ingested traces
54762+
have their traces indexed.'
54763+
example: 25.0
54764+
format: double
54765+
maximum: 100
54766+
minimum: 0
54767+
type: number
54768+
type: object
54769+
RumCrossProductSamplingCreate:
54770+
description: Configuration for cross-product sampling when creating a retention
54771+
filter.
54772+
properties:
54773+
trace_enabled:
54774+
description: Indicates whether trace cross-product sampling is enabled.
54775+
example: true
54776+
type: boolean
54777+
trace_sample_rate:
54778+
description: The percentage (0-100) of retained sessions with ingested traces
54779+
whose traces are indexed.
54780+
example: 25.0
54781+
format: double
54782+
maximum: 100
54783+
minimum: 0
54784+
type: number
54785+
required:
54786+
- trace_sample_rate
54787+
type: object
54788+
RumCrossProductSamplingUpdate:
54789+
description: Configuration for cross-product sampling when updating a retention
54790+
filter. All fields are optional for partial updates.
54791+
properties:
54792+
trace_enabled:
54793+
description: Indicates whether trace cross-product sampling is enabled.
54794+
example: true
54795+
type: boolean
54796+
trace_sample_rate:
54797+
description: The percentage (0-100) of retained sessions with ingested traces
54798+
whose traces are indexed.
54799+
example: 25.0
54800+
format: double
54801+
maximum: 100
54802+
minimum: 0
54803+
type: number
54804+
type: object
5474254805
RumMetricCompute:
5474354806
description: The compute rule to compute the rum-based metric.
5474454807
properties:
@@ -55026,6 +55089,8 @@ components:
5502655089
RumRetentionFilterAttributes:
5502755090
description: The object describing attributes of a RUM retention filter.
5502855091
properties:
55092+
cross_product_sampling:
55093+
$ref: '#/components/schemas/RumCrossProductSampling'
5502955094
enabled:
5503055095
$ref: '#/components/schemas/RumRetentionFilterEnabled'
5503155096
event_type:
@@ -55040,6 +55105,8 @@ components:
5504055105
RumRetentionFilterCreateAttributes:
5504155106
description: The object describing attributes of a RUM retention filter to create.
5504255107
properties:
55108+
cross_product_sampling:
55109+
$ref: '#/components/schemas/RumCrossProductSamplingCreate'
5504355110
enabled:
5504455111
$ref: '#/components/schemas/RumRetentionFilterEnabled'
5504555112
event_type:
@@ -55141,6 +55208,8 @@ components:
5514155208
RumRetentionFilterUpdateAttributes:
5514255209
description: The object describing attributes of a RUM retention filter to update.
5514355210
properties:
55211+
cross_product_sampling:
55212+
$ref: '#/components/schemas/RumCrossProductSamplingUpdate'
5514455213
enabled:
5514555214
$ref: '#/components/schemas/RumRetentionFilterEnabled'
5514655215
event_type:

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

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@
128128
UsageSummaryDate.JSON_PROPERTY_INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_HWM,
129129
UsageSummaryDate.JSON_PROPERTY_INCIDENT_MANAGEMENT_SEATS_HWM,
130130
UsageSummaryDate.JSON_PROPERTY_INDEXED_EVENTS_COUNT_SUM,
131-
UsageSummaryDate.JSON_PROPERTY_INFRA_EDGE_MONITORING_DEVICES_TOP99P,
132131
UsageSummaryDate.JSON_PROPERTY_INFRA_HOST_TOP99P,
133132
UsageSummaryDate.JSON_PROPERTY_INGESTED_EVENTS_BYTES_SUM,
134133
UsageSummaryDate.JSON_PROPERTY_IOT_DEVICE_SUM,
@@ -628,10 +627,6 @@ public class UsageSummaryDate {
628627
public static final String JSON_PROPERTY_INDEXED_EVENTS_COUNT_SUM = "indexed_events_count_sum";
629628
private Long indexedEventsCountSum;
630629

631-
public static final String JSON_PROPERTY_INFRA_EDGE_MONITORING_DEVICES_TOP99P =
632-
"infra_edge_monitoring_devices_top99p";
633-
private Long infraEdgeMonitoringDevicesTop99p;
634-
635630
public static final String JSON_PROPERTY_INFRA_HOST_TOP99P = "infra_host_top99p";
636631
private Long infraHostTop99p;
637632

@@ -3438,28 +3433,6 @@ public void setIndexedEventsCountSum(Long indexedEventsCountSum) {
34383433
this.indexedEventsCountSum = indexedEventsCountSum;
34393434
}
34403435

3441-
public UsageSummaryDate infraEdgeMonitoringDevicesTop99p(Long infraEdgeMonitoringDevicesTop99p) {
3442-
this.infraEdgeMonitoringDevicesTop99p = infraEdgeMonitoringDevicesTop99p;
3443-
return this;
3444-
}
3445-
3446-
/**
3447-
* Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current
3448-
* date for all organizations.
3449-
*
3450-
* @return infraEdgeMonitoringDevicesTop99p
3451-
*/
3452-
@jakarta.annotation.Nullable
3453-
@JsonProperty(JSON_PROPERTY_INFRA_EDGE_MONITORING_DEVICES_TOP99P)
3454-
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
3455-
public Long getInfraEdgeMonitoringDevicesTop99p() {
3456-
return infraEdgeMonitoringDevicesTop99p;
3457-
}
3458-
3459-
public void setInfraEdgeMonitoringDevicesTop99p(Long infraEdgeMonitoringDevicesTop99p) {
3460-
this.infraEdgeMonitoringDevicesTop99p = infraEdgeMonitoringDevicesTop99p;
3461-
}
3462-
34633436
public UsageSummaryDate infraHostTop99p(Long infraHostTop99p) {
34643437
this.infraHostTop99p = infraHostTop99p;
34653438
return this;
@@ -6180,9 +6153,6 @@ public boolean equals(Object o) {
61806153
&& Objects.equals(
61816154
this.incidentManagementSeatsHwm, usageSummaryDate.incidentManagementSeatsHwm)
61826155
&& Objects.equals(this.indexedEventsCountSum, usageSummaryDate.indexedEventsCountSum)
6183-
&& Objects.equals(
6184-
this.infraEdgeMonitoringDevicesTop99p,
6185-
usageSummaryDate.infraEdgeMonitoringDevicesTop99p)
61866156
&& Objects.equals(this.infraHostTop99p, usageSummaryDate.infraHostTop99p)
61876157
&& Objects.equals(this.ingestedEventsBytesSum, usageSummaryDate.ingestedEventsBytesSum)
61886158
&& Objects.equals(this.iotDeviceSum, usageSummaryDate.iotDeviceSum)
@@ -6513,7 +6483,6 @@ public int hashCode() {
65136483
incidentManagementMonthlyActiveUsersHwm,
65146484
incidentManagementSeatsHwm,
65156485
indexedEventsCountSum,
6516-
infraEdgeMonitoringDevicesTop99p,
65176486
infraHostTop99p,
65186487
ingestedEventsBytesSum,
65196488
iotDeviceSum,
@@ -6889,9 +6858,6 @@ public String toString() {
68896858
sb.append(" indexedEventsCountSum: ")
68906859
.append(toIndentedString(indexedEventsCountSum))
68916860
.append("\n");
6892-
sb.append(" infraEdgeMonitoringDevicesTop99p: ")
6893-
.append(toIndentedString(infraEdgeMonitoringDevicesTop99p))
6894-
.append("\n");
68956861
sb.append(" infraHostTop99p: ").append(toIndentedString(infraHostTop99p)).append("\n");
68966862
sb.append(" ingestedEventsBytesSum: ")
68976863
.append(toIndentedString(ingestedEventsBytesSum))

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

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@
129129
UsageSummaryDateOrg.JSON_PROPERTY_INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_HWM,
130130
UsageSummaryDateOrg.JSON_PROPERTY_INCIDENT_MANAGEMENT_SEATS_HWM,
131131
UsageSummaryDateOrg.JSON_PROPERTY_INDEXED_EVENTS_COUNT_SUM,
132-
UsageSummaryDateOrg.JSON_PROPERTY_INFRA_EDGE_MONITORING_DEVICES_TOP99P,
133132
UsageSummaryDateOrg.JSON_PROPERTY_INFRA_HOST_TOP99P,
134133
UsageSummaryDateOrg.JSON_PROPERTY_INGESTED_EVENTS_BYTES_SUM,
135134
UsageSummaryDateOrg.JSON_PROPERTY_IOT_DEVICE_AGG_SUM,
@@ -644,10 +643,6 @@ public class UsageSummaryDateOrg {
644643
public static final String JSON_PROPERTY_INDEXED_EVENTS_COUNT_SUM = "indexed_events_count_sum";
645644
private Long indexedEventsCountSum;
646645

647-
public static final String JSON_PROPERTY_INFRA_EDGE_MONITORING_DEVICES_TOP99P =
648-
"infra_edge_monitoring_devices_top99p";
649-
private Long infraEdgeMonitoringDevicesTop99p;
650-
651646
public static final String JSON_PROPERTY_INFRA_HOST_TOP99P = "infra_host_top99p";
652647
private Long infraHostTop99p;
653648

@@ -3545,29 +3540,6 @@ public void setIndexedEventsCountSum(Long indexedEventsCountSum) {
35453540
this.indexedEventsCountSum = indexedEventsCountSum;
35463541
}
35473542

3548-
public UsageSummaryDateOrg infraEdgeMonitoringDevicesTop99p(
3549-
Long infraEdgeMonitoringDevicesTop99p) {
3550-
this.infraEdgeMonitoringDevicesTop99p = infraEdgeMonitoringDevicesTop99p;
3551-
return this;
3552-
}
3553-
3554-
/**
3555-
* Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current
3556-
* date for the given org.
3557-
*
3558-
* @return infraEdgeMonitoringDevicesTop99p
3559-
*/
3560-
@jakarta.annotation.Nullable
3561-
@JsonProperty(JSON_PROPERTY_INFRA_EDGE_MONITORING_DEVICES_TOP99P)
3562-
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
3563-
public Long getInfraEdgeMonitoringDevicesTop99p() {
3564-
return infraEdgeMonitoringDevicesTop99p;
3565-
}
3566-
3567-
public void setInfraEdgeMonitoringDevicesTop99p(Long infraEdgeMonitoringDevicesTop99p) {
3568-
this.infraEdgeMonitoringDevicesTop99p = infraEdgeMonitoringDevicesTop99p;
3569-
}
3570-
35713543
public UsageSummaryDateOrg infraHostTop99p(Long infraHostTop99p) {
35723544
this.infraHostTop99p = infraHostTop99p;
35733545
return this;
@@ -6334,9 +6306,6 @@ public boolean equals(Object o) {
63346306
&& Objects.equals(
63356307
this.incidentManagementSeatsHwm, usageSummaryDateOrg.incidentManagementSeatsHwm)
63366308
&& Objects.equals(this.indexedEventsCountSum, usageSummaryDateOrg.indexedEventsCountSum)
6337-
&& Objects.equals(
6338-
this.infraEdgeMonitoringDevicesTop99p,
6339-
usageSummaryDateOrg.infraEdgeMonitoringDevicesTop99p)
63406309
&& Objects.equals(this.infraHostTop99p, usageSummaryDateOrg.infraHostTop99p)
63416310
&& Objects.equals(this.ingestedEventsBytesSum, usageSummaryDateOrg.ingestedEventsBytesSum)
63426311
&& Objects.equals(this.iotDeviceAggSum, usageSummaryDateOrg.iotDeviceAggSum)
@@ -6684,7 +6653,6 @@ public int hashCode() {
66846653
incidentManagementMonthlyActiveUsersHwm,
66856654
incidentManagementSeatsHwm,
66866655
indexedEventsCountSum,
6687-
infraEdgeMonitoringDevicesTop99p,
66886656
infraHostTop99p,
66896657
ingestedEventsBytesSum,
66906658
iotDeviceAggSum,
@@ -7068,9 +7036,6 @@ public String toString() {
70687036
sb.append(" indexedEventsCountSum: ")
70697037
.append(toIndentedString(indexedEventsCountSum))
70707038
.append("\n");
7071-
sb.append(" infraEdgeMonitoringDevicesTop99p: ")
7072-
.append(toIndentedString(infraEdgeMonitoringDevicesTop99p))
7073-
.append("\n");
70747039
sb.append(" infraHostTop99p: ").append(toIndentedString(infraHostTop99p)).append("\n");
70757040
sb.append(" ingestedEventsBytesSum: ")
70767041
.append(toIndentedString(ingestedEventsBytesSum))

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

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@
134134
UsageSummaryResponse.JSON_PROPERTY_INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_HWM_SUM,
135135
UsageSummaryResponse.JSON_PROPERTY_INCIDENT_MANAGEMENT_SEATS_HWM_SUM,
136136
UsageSummaryResponse.JSON_PROPERTY_INDEXED_EVENTS_COUNT_AGG_SUM,
137-
UsageSummaryResponse.JSON_PROPERTY_INFRA_EDGE_MONITORING_DEVICES_TOP99P_SUM,
138137
UsageSummaryResponse.JSON_PROPERTY_INFRA_HOST_TOP99P_SUM,
139138
UsageSummaryResponse.JSON_PROPERTY_INGESTED_EVENTS_BYTES_AGG_SUM,
140139
UsageSummaryResponse.JSON_PROPERTY_IOT_DEVICE_AGG_SUM,
@@ -676,10 +675,6 @@ public class UsageSummaryResponse {
676675
"indexed_events_count_agg_sum";
677676
private Long indexedEventsCountAggSum;
678677

679-
public static final String JSON_PROPERTY_INFRA_EDGE_MONITORING_DEVICES_TOP99P_SUM =
680-
"infra_edge_monitoring_devices_top99p_sum";
681-
private Long infraEdgeMonitoringDevicesTop99pSum;
682-
683678
public static final String JSON_PROPERTY_INFRA_HOST_TOP99P_SUM = "infra_host_top99p_sum";
684679
private Long infraHostTop99pSum;
685680

@@ -3625,29 +3620,6 @@ public void setIndexedEventsCountAggSum(Long indexedEventsCountAggSum) {
36253620
this.indexedEventsCountAggSum = indexedEventsCountAggSum;
36263621
}
36273622

3628-
public UsageSummaryResponse infraEdgeMonitoringDevicesTop99pSum(
3629-
Long infraEdgeMonitoringDevicesTop99pSum) {
3630-
this.infraEdgeMonitoringDevicesTop99pSum = infraEdgeMonitoringDevicesTop99pSum;
3631-
return this;
3632-
}
3633-
3634-
/**
3635-
* Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current
3636-
* month for all organizations.
3637-
*
3638-
* @return infraEdgeMonitoringDevicesTop99pSum
3639-
*/
3640-
@jakarta.annotation.Nullable
3641-
@JsonProperty(JSON_PROPERTY_INFRA_EDGE_MONITORING_DEVICES_TOP99P_SUM)
3642-
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
3643-
public Long getInfraEdgeMonitoringDevicesTop99pSum() {
3644-
return infraEdgeMonitoringDevicesTop99pSum;
3645-
}
3646-
3647-
public void setInfraEdgeMonitoringDevicesTop99pSum(Long infraEdgeMonitoringDevicesTop99pSum) {
3648-
this.infraEdgeMonitoringDevicesTop99pSum = infraEdgeMonitoringDevicesTop99pSum;
3649-
}
3650-
36513623
public UsageSummaryResponse infraHostTop99pSum(Long infraHostTop99pSum) {
36523624
this.infraHostTop99pSum = infraHostTop99pSum;
36533625
return this;
@@ -6646,9 +6618,6 @@ public boolean equals(Object o) {
66466618
this.incidentManagementSeatsHwmSum, usageSummaryResponse.incidentManagementSeatsHwmSum)
66476619
&& Objects.equals(
66486620
this.indexedEventsCountAggSum, usageSummaryResponse.indexedEventsCountAggSum)
6649-
&& Objects.equals(
6650-
this.infraEdgeMonitoringDevicesTop99pSum,
6651-
usageSummaryResponse.infraEdgeMonitoringDevicesTop99pSum)
66526621
&& Objects.equals(this.infraHostTop99pSum, usageSummaryResponse.infraHostTop99pSum)
66536622
&& Objects.equals(
66546623
this.ingestedEventsBytesAggSum, usageSummaryResponse.ingestedEventsBytesAggSum)
@@ -7035,7 +7004,6 @@ public int hashCode() {
70357004
incidentManagementMonthlyActiveUsersHwmSum,
70367005
incidentManagementSeatsHwmSum,
70377006
indexedEventsCountAggSum,
7038-
infraEdgeMonitoringDevicesTop99pSum,
70397007
infraHostTop99pSum,
70407008
ingestedEventsBytesAggSum,
70417009
iotDeviceAggSum,
@@ -7456,9 +7424,6 @@ public String toString() {
74567424
sb.append(" indexedEventsCountAggSum: ")
74577425
.append(toIndentedString(indexedEventsCountAggSum))
74587426
.append("\n");
7459-
sb.append(" infraEdgeMonitoringDevicesTop99pSum: ")
7460-
.append(toIndentedString(infraEdgeMonitoringDevicesTop99pSum))
7461-
.append("\n");
74627427
sb.append(" infraHostTop99pSum: ").append(toIndentedString(infraHostTop99pSum)).append("\n");
74637428
sb.append(" ingestedEventsBytesAggSum: ")
74647429
.append(toIndentedString(ingestedEventsBytesAggSum))

0 commit comments

Comments
 (0)