File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 4 files changed +9
-4
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": "2024-02-23 10:58:52.788238 ",
8
- "spec_repo_commit": "86101285 "
7
+ "regenerated": "2024-02-23 12:49:53.373904 ",
8
+ "spec_repo_commit": "30d313fd "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-02-23 10:58:52.808553 ",
13
- "spec_repo_commit": "86101285 "
12
+ "regenerated": "2024-02-23 12:49:53.388814 ",
13
+ "spec_repo_commit": "30d313fd "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -6764,6 +6764,7 @@ components:
6764
6764
- events
6765
6765
- logs
6766
6766
- spans
6767
+ - database_queries
6767
6768
example: rum
6768
6769
type: string
6769
6770
x-enum-varnames:
@@ -6774,6 +6775,7 @@ components:
6774
6775
- EVENTS
6775
6776
- LOGS
6776
6777
- SPANS
6778
+ - DATABASE_QUERIES
6777
6779
MonitorFormulaAndFunctionQueryDefinition:
6778
6780
description: A formula and function query.
6779
6781
oneOf:
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ export type MonitorFormulaAndFunctionEventsDataSource =
18
18
| typeof EVENTS
19
19
| typeof LOGS
20
20
| typeof SPANS
21
+ | typeof DATABASE_QUERIES
21
22
| UnparsedObject ;
22
23
export const RUM = "rum" ;
23
24
export const CI_PIPELINES = "ci_pipelines" ;
@@ -26,3 +27,4 @@ export const AUDIT = "audit";
26
27
export const EVENTS = "events" ;
27
28
export const LOGS = "logs" ;
28
29
export const SPANS = "spans" ;
30
+ export const DATABASE_QUERIES = "database_queries" ;
Original file line number Diff line number Diff line change @@ -909,6 +909,7 @@ const enumsMap: { [key: string]: any[] } = {
909
909
"events" ,
910
910
"logs" ,
911
911
"spans" ,
912
+ "database_queries" ,
912
913
] ,
913
914
MonitorOptionsNotificationPresets : [
914
915
"show_all" ,
You can’t perform that action at this time.
0 commit comments