Skip to content

Commit

Permalink
remove cost from event data source (#2002)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jan 15, 2025
1 parent f72ebfd commit 043e25b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-15 09:47:01.880563",
"spec_repo_commit": "21b02fc5"
"regenerated": "2025-01-15 18:03:15.756398",
"spec_repo_commit": "e54847a1"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-01-15 09:47:01.895832",
"spec_repo_commit": "21b02fc5"
"regenerated": "2025-01-15 18:03:15.771610",
"spec_repo_commit": "e54847a1"
}
}
}
2 changes: 0 additions & 2 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6918,7 +6918,6 @@ components:
- spans
- database_queries
- network
- cost
example: rum
type: string
x-enum-varnames:
Expand All @@ -6931,7 +6930,6 @@ components:
- SPANS
- DATABASE_QUERIES
- NETWORK
- COST
MonitorFormulaAndFunctionQueryDefinition:
description: A formula and function query.
oneOf:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export type MonitorFormulaAndFunctionEventsDataSource =
| typeof SPANS
| typeof DATABASE_QUERIES
| typeof NETWORK
| typeof COST
| UnparsedObject;
export const RUM = "rum";
export const CI_PIPELINES = "ci_pipelines";
Expand All @@ -31,4 +30,3 @@ export const LOGS = "logs";
export const SPANS = "spans";
export const DATABASE_QUERIES = "database_queries";
export const NETWORK = "network";
export const COST = "cost";
1 change: 0 additions & 1 deletion packages/datadog-api-client-v1/models/ObjectSerializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,6 @@ const enumsMap: { [key: string]: any[] } = {
"spans",
"database_queries",
"network",
"cost",
],
MonitorOptionsNotificationPresets: [
"show_all",
Expand Down

0 comments on commit 043e25b

Please sign in to comment.