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