File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 4 files changed +9
-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": "2024-07-16 10:52:44.851668 ",
8
- "spec_repo_commit": "06d5775d "
7
+ "regenerated": "2024-07-16 12:50:22.620291 ",
8
+ "spec_repo_commit": "d082d733 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-07-16 10:52:44.869580 ",
13
- "spec_repo_commit": "06d5775d "
12
+ "regenerated": "2024-07-16 12:50:22.639998 ",
13
+ "spec_repo_commit": "d082d733 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -6854,7 +6854,7 @@ components:
6854
6854
- logs
6855
6855
- spans
6856
6856
- database_queries
6857
- - network_performance_queries
6857
+ - network
6858
6858
example: rum
6859
6859
type: string
6860
6860
x-enum-varnames:
@@ -6866,7 +6866,7 @@ components:
6866
6866
- LOGS
6867
6867
- SPANS
6868
6868
- DATABASE_QUERIES
6869
- - NETWORK_PERFORMANCE_QUERIES
6869
+ - NETWORK
6870
6870
MonitorFormulaAndFunctionQueryDefinition:
6871
6871
description: A formula and function query.
6872
6872
oneOf:
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export type MonitorFormulaAndFunctionEventsDataSource =
19
19
| typeof LOGS
20
20
| typeof SPANS
21
21
| typeof DATABASE_QUERIES
22
- | typeof NETWORK_PERFORMANCE_QUERIES
22
+ | typeof NETWORK
23
23
| UnparsedObject ;
24
24
export const RUM = "rum" ;
25
25
export const CI_PIPELINES = "ci_pipelines" ;
@@ -29,4 +29,4 @@ export const EVENTS = "events";
29
29
export const LOGS = "logs" ;
30
30
export const SPANS = "spans" ;
31
31
export const DATABASE_QUERIES = "database_queries" ;
32
- export const NETWORK_PERFORMANCE_QUERIES = "network_performance_queries " ;
32
+ export const NETWORK = "network " ;
Original file line number Diff line number Diff line change @@ -925,7 +925,7 @@ const enumsMap: { [key: string]: any[] } = {
925
925
"logs" ,
926
926
"spans" ,
927
927
"database_queries" ,
928
- "network_performance_queries " ,
928
+ "network " ,
929
929
] ,
930
930
MonitorOptionsNotificationPresets : [
931
931
"show_all" ,
You can’t perform that action at this time.
0 commit comments