Skip to content

Commit 9c7302d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove deprecated estimated usage types for usage attribution (#1874)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent c8a15ef commit 9c7302d

File tree

6 files changed

+4
-130
lines changed

6 files changed

+4
-130
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:19.143316",
8-
"spec_repo_commit": "aaacb8db"
7+
"regenerated": "2024-10-25 13:05:52.852716",
8+
"spec_repo_commit": "a2f558e8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-24 20:04:19.162468",
13-
"spec_repo_commit": "aaacb8db"
12+
"regenerated": "2024-10-25 13:05:52.871283",
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

packages/datadog-api-client-v1/models/HourlyUsageAttributionUsageType.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@ export type HourlyUsageAttributionUsageType =
3939
| typeof DBM_QUERIES_USAGE
4040
| typeof ERROR_TRACKING_USAGE
4141
| typeof ERROR_TRACKING_PERCENTAGE
42-
| typeof ESTIMATED_INDEXED_LOGS_USAGE
4342
| typeof ESTIMATED_INDEXED_SPANS_USAGE
44-
| typeof ESTIMATED_INGESTED_LOGS_USAGE
4543
| typeof ESTIMATED_INGESTED_SPANS_USAGE
46-
| typeof ESTIMATED_RUM_SESSIONS_USAGE
4744
| typeof FARGATE_USAGE
4845
| typeof FUNCTIONS_USAGE
4946
| typeof INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
@@ -117,11 +114,8 @@ export const DBM_HOSTS_USAGE = "dbm_hosts_usage";
117114
export const DBM_QUERIES_USAGE = "dbm_queries_usage";
118115
export const ERROR_TRACKING_USAGE = "error_tracking_usage";
119116
export const ERROR_TRACKING_PERCENTAGE = "error_tracking_percentage";
120-
export const ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage";
121117
export const ESTIMATED_INDEXED_SPANS_USAGE = "estimated_indexed_spans_usage";
122-
export const ESTIMATED_INGESTED_LOGS_USAGE = "estimated_ingested_logs_usage";
123118
export const ESTIMATED_INGESTED_SPANS_USAGE = "estimated_ingested_spans_usage";
124-
export const ESTIMATED_RUM_SESSIONS_USAGE = "estimated_rum_sessions_usage";
125119
export const FARGATE_USAGE = "fargate_usage";
126120
export const FUNCTIONS_USAGE = "functions_usage";
127121
export const INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE =

packages/datadog-api-client-v1/models/MonthlyUsageAttributionSupportedMetrics.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ export type MonthlyUsageAttributionSupportedMetrics =
5757
| typeof DBM_QUERIES_USAGE
5858
| typeof ERROR_TRACKING_USAGE
5959
| typeof ERROR_TRACKING_PERCENTAGE
60-
| typeof ESTIMATED_INDEXED_LOGS_USAGE
61-
| typeof ESTIMATED_INDEXED_LOGS_PERCENTAGE
62-
| typeof ESTIMATED_INGESTED_LOGS_USAGE
63-
| typeof ESTIMATED_INGESTED_LOGS_PERCENTAGE
6460
| typeof ESTIMATED_INDEXED_SPANS_USAGE
6561
| typeof ESTIMATED_INDEXED_SPANS_PERCENTAGE
6662
| typeof ESTIMATED_INGESTED_SPANS_USAGE
@@ -99,8 +95,6 @@ export type MonthlyUsageAttributionSupportedMetrics =
9995
| typeof SERVERLESS_APPS_PERCENTAGE
10096
| typeof SNMP_USAGE
10197
| typeof SNMP_PERCENTAGE
102-
| typeof ESTIMATED_RUM_SESSIONS_USAGE
103-
| typeof ESTIMATED_RUM_SESSIONS_PERCENTAGE
10498
| typeof UNIVERSAL_SERVICE_MONITORING_USAGE
10599
| typeof UNIVERSAL_SERVICE_MONITORING_PERCENTAGE
106100
| typeof VULN_MANAGEMENT_HOSTS_USAGE
@@ -208,12 +202,6 @@ export const DBM_QUERIES_PERCENTAGE = "dbm_queries_percentage";
208202
export const DBM_QUERIES_USAGE = "dbm_queries_usage";
209203
export const ERROR_TRACKING_USAGE = "error_tracking_usage";
210204
export const ERROR_TRACKING_PERCENTAGE = "error_tracking_percentage";
211-
export const ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage";
212-
export const ESTIMATED_INDEXED_LOGS_PERCENTAGE =
213-
"estimated_indexed_logs_percentage";
214-
export const ESTIMATED_INGESTED_LOGS_USAGE = "estimated_ingested_logs_usage";
215-
export const ESTIMATED_INGESTED_LOGS_PERCENTAGE =
216-
"estimated_ingested_logs_percentage";
217205
export const ESTIMATED_INDEXED_SPANS_USAGE = "estimated_indexed_spans_usage";
218206
export const ESTIMATED_INDEXED_SPANS_PERCENTAGE =
219207
"estimated_indexed_spans_percentage";
@@ -258,9 +246,6 @@ export const SERVERLESS_APPS_USAGE = "serverless_apps_usage";
258246
export const SERVERLESS_APPS_PERCENTAGE = "serverless_apps_percentage";
259247
export const SNMP_USAGE = "snmp_usage";
260248
export const SNMP_PERCENTAGE = "snmp_percentage";
261-
export const ESTIMATED_RUM_SESSIONS_USAGE = "estimated_rum_sessions_usage";
262-
export const ESTIMATED_RUM_SESSIONS_PERCENTAGE =
263-
"estimated_rum_sessions_percentage";
264249
export const UNIVERSAL_SERVICE_MONITORING_USAGE =
265250
"universal_service_monitoring_usage";
266251
export const UNIVERSAL_SERVICE_MONITORING_PERCENTAGE =

packages/datadog-api-client-v1/models/MonthlyUsageAttributionValues.ts

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,6 @@ export class MonthlyUsageAttributionValues {
210210
* The error tracking events usage by tag(s).
211211
*/
212212
"errorTrackingUsage"?: number;
213-
/**
214-
* The percentage of estimated live indexed logs usage by tag(s).
215-
*/
216-
"estimatedIndexedLogsPercentage"?: number;
217-
/**
218-
* The estimated live indexed logs usage by tag(s).
219-
*/
220-
"estimatedIndexedLogsUsage"?: number;
221213
/**
222214
* The percentage of estimated indexed spans usage by tag(s).
223215
*/
@@ -226,14 +218,6 @@ export class MonthlyUsageAttributionValues {
226218
* The estimated indexed spans usage by tag(s).
227219
*/
228220
"estimatedIndexedSpansUsage"?: number;
229-
/**
230-
* The percentage of estimated live ingested logs usage by tag(s).
231-
*/
232-
"estimatedIngestedLogsPercentage"?: number;
233-
/**
234-
* The estimated live ingested logs usage by tag(s).
235-
*/
236-
"estimatedIngestedLogsUsage"?: number;
237221
/**
238222
* The percentage of estimated ingested spans usage by tag(s).
239223
*/
@@ -242,14 +226,6 @@ export class MonthlyUsageAttributionValues {
242226
* The estimated ingested spans usage by tag(s).
243227
*/
244228
"estimatedIngestedSpansUsage"?: number;
245-
/**
246-
* The percentage of estimated rum sessions usage by tag(s).
247-
*/
248-
"estimatedRumSessionsPercentage"?: number;
249-
/**
250-
* The estimated rum sessions usage by tag(s).
251-
*/
252-
"estimatedRumSessionsUsage"?: number;
253229
/**
254230
* The percentage of Fargate usage by tags.
255231
*/
@@ -837,16 +813,6 @@ export class MonthlyUsageAttributionValues {
837813
type: "number",
838814
format: "double",
839815
},
840-
estimatedIndexedLogsPercentage: {
841-
baseName: "estimated_indexed_logs_percentage",
842-
type: "number",
843-
format: "double",
844-
},
845-
estimatedIndexedLogsUsage: {
846-
baseName: "estimated_indexed_logs_usage",
847-
type: "number",
848-
format: "double",
849-
},
850816
estimatedIndexedSpansPercentage: {
851817
baseName: "estimated_indexed_spans_percentage",
852818
type: "number",
@@ -857,16 +823,6 @@ export class MonthlyUsageAttributionValues {
857823
type: "number",
858824
format: "double",
859825
},
860-
estimatedIngestedLogsPercentage: {
861-
baseName: "estimated_ingested_logs_percentage",
862-
type: "number",
863-
format: "double",
864-
},
865-
estimatedIngestedLogsUsage: {
866-
baseName: "estimated_ingested_logs_usage",
867-
type: "number",
868-
format: "double",
869-
},
870826
estimatedIngestedSpansPercentage: {
871827
baseName: "estimated_ingested_spans_percentage",
872828
type: "number",
@@ -877,16 +833,6 @@ export class MonthlyUsageAttributionValues {
877833
type: "number",
878834
format: "double",
879835
},
880-
estimatedRumSessionsPercentage: {
881-
baseName: "estimated_rum_sessions_percentage",
882-
type: "number",
883-
format: "double",
884-
},
885-
estimatedRumSessionsUsage: {
886-
baseName: "estimated_rum_sessions_usage",
887-
type: "number",
888-
format: "double",
889-
},
890836
fargatePercentage: {
891837
baseName: "fargate_percentage",
892838
type: "number",

packages/datadog-api-client-v1/models/ObjectSerializer.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -819,11 +819,8 @@ const enumsMap: { [key: string]: any[] } = {
819819
"dbm_queries_usage",
820820
"error_tracking_usage",
821821
"error_tracking_percentage",
822-
"estimated_indexed_logs_usage",
823822
"estimated_indexed_spans_usage",
824-
"estimated_ingested_logs_usage",
825823
"estimated_ingested_spans_usage",
826-
"estimated_rum_sessions_usage",
827824
"fargate_usage",
828825
"functions_usage",
829826
"incident_management_monthly_active_users_usage",
@@ -1040,10 +1037,6 @@ const enumsMap: { [key: string]: any[] } = {
10401037
"dbm_queries_usage",
10411038
"error_tracking_usage",
10421039
"error_tracking_percentage",
1043-
"estimated_indexed_logs_usage",
1044-
"estimated_indexed_logs_percentage",
1045-
"estimated_ingested_logs_usage",
1046-
"estimated_ingested_logs_percentage",
10471040
"estimated_indexed_spans_usage",
10481041
"estimated_indexed_spans_percentage",
10491042
"estimated_ingested_spans_usage",
@@ -1082,8 +1075,6 @@ const enumsMap: { [key: string]: any[] } = {
10821075
"serverless_apps_percentage",
10831076
"snmp_usage",
10841077
"snmp_percentage",
1085-
"estimated_rum_sessions_usage",
1086-
"estimated_rum_sessions_percentage",
10871078
"universal_service_monitoring_usage",
10881079
"universal_service_monitoring_percentage",
10891080
"vuln_management_hosts_usage",

0 commit comments

Comments
 (0)