Skip to content

Commit 043e25b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
remove cost from event data source (#2002)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent f72ebfd commit 043e25b

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
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": "2025-01-15 09:47:01.880563",
8-
"spec_repo_commit": "21b02fc5"
7+
"regenerated": "2025-01-15 18:03:15.756398",
8+
"spec_repo_commit": "e54847a1"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-15 09:47:01.895832",
13-
"spec_repo_commit": "21b02fc5"
12+
"regenerated": "2025-01-15 18:03:15.771610",
13+
"spec_repo_commit": "e54847a1"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6918,7 +6918,6 @@ components:
69186918
- spans
69196919
- database_queries
69206920
- network
6921-
- cost
69226921
example: rum
69236922
type: string
69246923
x-enum-varnames:
@@ -6931,7 +6930,6 @@ components:
69316930
- SPANS
69326931
- DATABASE_QUERIES
69336932
- NETWORK
6934-
- COST
69356933
MonitorFormulaAndFunctionQueryDefinition:
69366934
description: A formula and function query.
69376935
oneOf:

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export type MonitorFormulaAndFunctionEventsDataSource =
2020
| typeof SPANS
2121
| typeof DATABASE_QUERIES
2222
| typeof NETWORK
23-
| typeof COST
2423
| UnparsedObject;
2524
export const RUM = "rum";
2625
export const CI_PIPELINES = "ci_pipelines";
@@ -31,4 +30,3 @@ export const LOGS = "logs";
3130
export const SPANS = "spans";
3231
export const DATABASE_QUERIES = "database_queries";
3332
export const NETWORK = "network";
34-
export const COST = "cost";

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,6 @@ const enumsMap: { [key: string]: any[] } = {
959959
"spans",
960960
"database_queries",
961961
"network",
962-
"cost",
963962
],
964963
MonitorOptionsNotificationPresets: [
965964
"show_all",

0 commit comments

Comments
 (0)