File tree Expand file tree Collapse file tree 4 files changed +25
-5
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 4 files changed +25
-5
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.4",
7
- "regenerated": "2022-10-04 12:25:24.428827 ",
8
- "spec_repo_commit": "032eb1c8 "
7
+ "regenerated": "2022-10-04 17:11:51.478214 ",
8
+ "spec_repo_commit": "abff3edb "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2022-10-04 12:25:24.442597 ",
13
- "spec_repo_commit": "032eb1c8 "
12
+ "regenerated": "2022-10-04 17:11:51.495219 ",
13
+ "spec_repo_commit": "abff3edb "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -6042,12 +6042,20 @@ components:
6042
6042
- rum
6043
6043
- ci_pipelines
6044
6044
- ci_tests
6045
+ - audit
6046
+ - events
6047
+ - logs
6048
+ - spans
6045
6049
example: rum
6046
6050
type: string
6047
6051
x-enum-varnames:
6048
6052
- RUM
6049
6053
- CI_PIPELINES
6050
6054
- CI_TESTS
6055
+ - AUDIT
6056
+ - EVENTS
6057
+ - LOGS
6058
+ - SPANS
6051
6059
MonitorFormulaAndFunctionQueryDefinition:
6052
6060
description: A formula and function query.
6053
6061
oneOf:
Original file line number Diff line number Diff line change 7
7
export type MonitorFormulaAndFunctionEventsDataSource =
8
8
| typeof RUM
9
9
| typeof CI_PIPELINES
10
- | typeof CI_TESTS ;
10
+ | typeof CI_TESTS
11
+ | typeof AUDIT
12
+ | typeof EVENTS
13
+ | typeof LOGS
14
+ | typeof SPANS ;
11
15
export const RUM = "rum" ;
12
16
export const CI_PIPELINES = "ci_pipelines" ;
13
17
export const CI_TESTS = "ci_tests" ;
18
+ export const AUDIT = "audit" ;
19
+ export const EVENTS = "events" ;
20
+ export const LOGS = "logs" ;
21
+ export const SPANS = "spans" ;
Original file line number Diff line number Diff line change @@ -754,6 +754,10 @@ const enumsMap: { [key: string]: any[] } = {
754
754
"rum" ,
755
755
"ci_pipelines" ,
756
756
"ci_tests" ,
757
+ "audit" ,
758
+ "events" ,
759
+ "logs" ,
760
+ "spans" ,
757
761
] ,
758
762
MonitorOverallStates : [
759
763
"Alert" ,
You can’t perform that action at this time.
0 commit comments