Skip to content

Commit 8edbc26

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove deprecated estimated usage types for usage attribution (#2535)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 2cd885e commit 8edbc26

File tree

5 files changed

+4
-273
lines changed

5 files changed

+4
-273
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-10-24 20:04:20.531641",
8-
"spec_repo_commit": "aaacb8db"
7+
"regenerated": "2024-10-25 13:05:46.568916",
8+
"spec_repo_commit": "a2f558e8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-24 20:04:20.550274",
13-
"spec_repo_commit": "aaacb8db"
12+
"regenerated": "2024-10-25 13:05:46.586895",
13+
"spec_repo_commit": "a2f558e8"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4194,11 +4194,8 @@ components:
41944194
- dbm_queries_usage
41954195
- error_tracking_usage
41964196
- error_tracking_percentage
4197-
- estimated_indexed_logs_usage
41984197
- estimated_indexed_spans_usage
4199-
- estimated_ingested_logs_usage
42004198
- estimated_ingested_spans_usage
4201-
- estimated_rum_sessions_usage
42024199
- fargate_usage
42034200
- functions_usage
42044201
- incident_management_monthly_active_users_usage
@@ -4269,11 +4266,8 @@ components:
42694266
- DBM_QUERIES_USAGE
42704267
- ERROR_TRACKING_USAGE
42714268
- ERROR_TRACKING_PERCENTAGE
4272-
- ESTIMATED_INDEXED_LOGS_USAGE
42734269
- ESTIMATED_INDEXED_SPANS_USAGE
4274-
- ESTIMATED_INGESTED_LOGS_USAGE
42754270
- ESTIMATED_INGESTED_SPANS_USAGE
4276-
- ESTIMATED_RUM_SESSIONS_USAGE
42774271
- FARGATE_USAGE
42784272
- FUNCTIONS_USAGE
42794273
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
@@ -7957,10 +7951,6 @@ components:
79577951
- dbm_queries_usage
79587952
- error_tracking_usage
79597953
- error_tracking_percentage
7960-
- estimated_indexed_logs_usage
7961-
- estimated_indexed_logs_percentage
7962-
- estimated_ingested_logs_usage
7963-
- estimated_ingested_logs_percentage
79647954
- estimated_indexed_spans_usage
79657955
- estimated_indexed_spans_percentage
79667956
- estimated_ingested_spans_usage
@@ -7999,8 +7989,6 @@ components:
79997989
- serverless_apps_percentage
80007990
- snmp_usage
80017991
- snmp_percentage
8002-
- estimated_rum_sessions_usage
8003-
- estimated_rum_sessions_percentage
80047992
- universal_service_monitoring_usage
80057993
- universal_service_monitoring_percentage
80067994
- vuln_management_hosts_usage
@@ -8102,10 +8090,6 @@ components:
81028090
- DBM_QUERIES_USAGE
81038091
- ERROR_TRACKING_USAGE
81048092
- ERROR_TRACKING_PERCENTAGE
8105-
- ESTIMATED_INDEXED_LOGS_USAGE
8106-
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
8107-
- ESTIMATED_INGESTED_LOGS_USAGE
8108-
- ESTIMATED_INGESTED_LOGS_PERCENTAGE
81098093
- ESTIMATED_INDEXED_SPANS_USAGE
81108094
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
81118095
- ESTIMATED_INGESTED_SPANS_USAGE
@@ -8144,8 +8128,6 @@ components:
81448128
- SERVERLESS_APPS_PERCENTAGE
81458129
- SNMP_USAGE
81468130
- SNMP_PERCENTAGE
8147-
- ESTIMATED_RUM_SESSIONS_USAGE
8148-
- ESTIMATED_RUM_SESSIONS_PERCENTAGE
81498131
- UNIVERSAL_SERVICE_MONITORING_USAGE
81508132
- UNIVERSAL_SERVICE_MONITORING_PERCENTAGE
81518133
- VULN_MANAGEMENT_HOSTS_USAGE
@@ -8415,14 +8397,6 @@ components:
84158397
description: The error tracking events usage by tag(s).
84168398
format: double
84178399
type: number
8418-
estimated_indexed_logs_percentage:
8419-
description: The percentage of estimated live indexed logs usage by tag(s).
8420-
format: double
8421-
type: number
8422-
estimated_indexed_logs_usage:
8423-
description: The estimated live indexed logs usage by tag(s).
8424-
format: double
8425-
type: number
84268400
estimated_indexed_spans_percentage:
84278401
description: The percentage of estimated indexed spans usage by tag(s).
84288402
format: double
@@ -8431,14 +8405,6 @@ components:
84318405
description: The estimated indexed spans usage by tag(s).
84328406
format: double
84338407
type: number
8434-
estimated_ingested_logs_percentage:
8435-
description: The percentage of estimated live ingested logs usage by tag(s).
8436-
format: double
8437-
type: number
8438-
estimated_ingested_logs_usage:
8439-
description: The estimated live ingested logs usage by tag(s).
8440-
format: double
8441-
type: number
84428408
estimated_ingested_spans_percentage:
84438409
description: The percentage of estimated ingested spans usage by tag(s).
84448410
format: double
@@ -8447,14 +8413,6 @@ components:
84478413
description: The estimated ingested spans usage by tag(s).
84488414
format: double
84498415
type: number
8450-
estimated_rum_sessions_percentage:
8451-
description: The percentage of estimated rum sessions usage by tag(s).
8452-
format: double
8453-
type: number
8454-
estimated_rum_sessions_usage:
8455-
description: The estimated rum sessions usage by tag(s).
8456-
format: double
8457-
type: number
84588416
fargate_percentage:
84598417
description: The percentage of Fargate usage by tags.
84608418
format: double

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,8 @@ public class HourlyUsageAttributionUsageType extends ModelEnum<String> {
5454
"dbm_queries_usage",
5555
"error_tracking_usage",
5656
"error_tracking_percentage",
57-
"estimated_indexed_logs_usage",
5857
"estimated_indexed_spans_usage",
59-
"estimated_ingested_logs_usage",
6058
"estimated_ingested_spans_usage",
61-
"estimated_rum_sessions_usage",
6259
"fargate_usage",
6360
"functions_usage",
6461
"incident_management_monthly_active_users_usage",
@@ -156,16 +153,10 @@ public class HourlyUsageAttributionUsageType extends ModelEnum<String> {
156153
new HourlyUsageAttributionUsageType("error_tracking_usage");
157154
public static final HourlyUsageAttributionUsageType ERROR_TRACKING_PERCENTAGE =
158155
new HourlyUsageAttributionUsageType("error_tracking_percentage");
159-
public static final HourlyUsageAttributionUsageType ESTIMATED_INDEXED_LOGS_USAGE =
160-
new HourlyUsageAttributionUsageType("estimated_indexed_logs_usage");
161156
public static final HourlyUsageAttributionUsageType ESTIMATED_INDEXED_SPANS_USAGE =
162157
new HourlyUsageAttributionUsageType("estimated_indexed_spans_usage");
163-
public static final HourlyUsageAttributionUsageType ESTIMATED_INGESTED_LOGS_USAGE =
164-
new HourlyUsageAttributionUsageType("estimated_ingested_logs_usage");
165158
public static final HourlyUsageAttributionUsageType ESTIMATED_INGESTED_SPANS_USAGE =
166159
new HourlyUsageAttributionUsageType("estimated_ingested_spans_usage");
167-
public static final HourlyUsageAttributionUsageType ESTIMATED_RUM_SESSIONS_USAGE =
168-
new HourlyUsageAttributionUsageType("estimated_rum_sessions_usage");
169160
public static final HourlyUsageAttributionUsageType FARGATE_USAGE =
170161
new HourlyUsageAttributionUsageType("fargate_usage");
171162
public static final HourlyUsageAttributionUsageType FUNCTIONS_USAGE =

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum<String> {
7474
"dbm_queries_usage",
7575
"error_tracking_usage",
7676
"error_tracking_percentage",
77-
"estimated_indexed_logs_usage",
78-
"estimated_indexed_logs_percentage",
79-
"estimated_ingested_logs_usage",
80-
"estimated_ingested_logs_percentage",
8177
"estimated_indexed_spans_usage",
8278
"estimated_indexed_spans_percentage",
8379
"estimated_ingested_spans_usage",
@@ -116,8 +112,6 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum<String> {
116112
"serverless_apps_percentage",
117113
"snmp_usage",
118114
"snmp_percentage",
119-
"estimated_rum_sessions_usage",
120-
"estimated_rum_sessions_percentage",
121115
"universal_service_monitoring_usage",
122116
"universal_service_monitoring_percentage",
123117
"vuln_management_hosts_usage",
@@ -268,14 +262,6 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum<String> {
268262
new MonthlyUsageAttributionSupportedMetrics("error_tracking_usage");
269263
public static final MonthlyUsageAttributionSupportedMetrics ERROR_TRACKING_PERCENTAGE =
270264
new MonthlyUsageAttributionSupportedMetrics("error_tracking_percentage");
271-
public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INDEXED_LOGS_USAGE =
272-
new MonthlyUsageAttributionSupportedMetrics("estimated_indexed_logs_usage");
273-
public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INDEXED_LOGS_PERCENTAGE =
274-
new MonthlyUsageAttributionSupportedMetrics("estimated_indexed_logs_percentage");
275-
public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INGESTED_LOGS_USAGE =
276-
new MonthlyUsageAttributionSupportedMetrics("estimated_ingested_logs_usage");
277-
public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INGESTED_LOGS_PERCENTAGE =
278-
new MonthlyUsageAttributionSupportedMetrics("estimated_ingested_logs_percentage");
279265
public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INDEXED_SPANS_USAGE =
280266
new MonthlyUsageAttributionSupportedMetrics("estimated_indexed_spans_usage");
281267
public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INDEXED_SPANS_PERCENTAGE =
@@ -356,10 +342,6 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum<String> {
356342
new MonthlyUsageAttributionSupportedMetrics("snmp_usage");
357343
public static final MonthlyUsageAttributionSupportedMetrics SNMP_PERCENTAGE =
358344
new MonthlyUsageAttributionSupportedMetrics("snmp_percentage");
359-
public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_RUM_SESSIONS_USAGE =
360-
new MonthlyUsageAttributionSupportedMetrics("estimated_rum_sessions_usage");
361-
public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_RUM_SESSIONS_PERCENTAGE =
362-
new MonthlyUsageAttributionSupportedMetrics("estimated_rum_sessions_percentage");
363345
public static final MonthlyUsageAttributionSupportedMetrics UNIVERSAL_SERVICE_MONITORING_USAGE =
364346
new MonthlyUsageAttributionSupportedMetrics("universal_service_monitoring_usage");
365347
public static final MonthlyUsageAttributionSupportedMetrics

0 commit comments

Comments
 (0)