File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -6918,7 +6918,6 @@ components:
6918
6918
- spans
6919
6919
- database_queries
6920
6920
- network
6921
- - cost
6922
6921
example: rum
6923
6922
type: string
6924
6923
x-enum-varnames:
@@ -6931,7 +6930,6 @@ components:
6931
6930
- SPANS
6932
6931
- DATABASE_QUERIES
6933
6932
- NETWORK
6934
- - COST
6935
6933
MonitorFormulaAndFunctionQueryDefinition:
6936
6934
description: A formula and function query.
6937
6935
oneOf:
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ export type MonitorFormulaAndFunctionEventsDataSource =
20
20
| typeof SPANS
21
21
| typeof DATABASE_QUERIES
22
22
| typeof NETWORK
23
- | typeof COST
24
23
| UnparsedObject ;
25
24
export const RUM = "rum" ;
26
25
export const CI_PIPELINES = "ci_pipelines" ;
@@ -31,4 +30,3 @@ export const LOGS = "logs";
31
30
export const SPANS = "spans" ;
32
31
export const DATABASE_QUERIES = "database_queries" ;
33
32
export const NETWORK = "network" ;
34
- export const COST = "cost" ;
Original file line number Diff line number Diff line change @@ -959,7 +959,6 @@ const enumsMap: { [key: string]: any[] } = {
959
959
"spans" ,
960
960
"database_queries" ,
961
961
"network" ,
962
- "cost" ,
963
962
] ,
964
963
MonitorOptionsNotificationPresets : [
965
964
"show_all" ,
You can’t perform that action at this time.
0 commit comments