File tree Expand file tree Collapse file tree 6 files changed +33
-4
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 6 files changed +33
-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-10-10 18:55:06.648205 ",
8
- "spec_repo_commit": "1bd8568a "
7
+ "regenerated": "2024-10-10 19:46:03.896755 ",
8
+ "spec_repo_commit": "049920eb "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-10-10 18:55:06.666372 ",
13
- "spec_repo_commit": "1bd8568a "
12
+ "regenerated": "2024-10-10 19:46:04.041839 ",
13
+ "spec_repo_commit": "049920eb "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -4189,6 +4189,7 @@ components:
4189
4189
- cws_containers_usage
4190
4190
- cws_hosts_usage
4191
4191
- data_jobs_monitoring_usage
4192
+ - data_stream_monitoring_usage
4192
4193
- dbm_hosts_usage
4193
4194
- dbm_queries_usage
4194
4195
- error_tracking_usage
@@ -4263,6 +4264,7 @@ components:
4263
4264
- CWS_CONTAINERS_USAGE
4264
4265
- CWS_HOSTS_USAGE
4265
4266
- DATA_JOBS_MONITORING_USAGE
4267
+ - DATA_STREAM_MONITORING_USAGE
4266
4268
- DBM_HOSTS_USAGE
4267
4269
- DBM_QUERIES_USAGE
4268
4270
- ERROR_TRACKING_USAGE
@@ -7945,6 +7947,8 @@ components:
7945
7947
- cws_hosts_usage
7946
7948
- data_jobs_monitoring_usage
7947
7949
- data_jobs_monitoring_percentage
7950
+ - data_stream_monitoring_usage
7951
+ - data_stream_monitoring_percentage
7948
7952
- dbm_hosts_percentage
7949
7953
- dbm_hosts_usage
7950
7954
- dbm_queries_percentage
@@ -8088,6 +8092,8 @@ components:
8088
8092
- CWS_HOSTS_USAGE
8089
8093
- DATA_JOBS_MONITORING_USAGE
8090
8094
- DATA_JOBS_MONITORING_PERCENTAGE
8095
+ - DATA_STREAM_MONITORING_USAGE
8096
+ - DATA_STREAM_MONITORING_PERCENTAGE
8091
8097
- DBM_HOSTS_PERCENTAGE
8092
8098
- DBM_HOSTS_USAGE
8093
8099
- DBM_QUERIES_PERCENTAGE
@@ -8379,6 +8385,10 @@ components:
8379
8385
description: The Data Jobs Monitoring usage by tag(s).
8380
8386
format: double
8381
8387
type: number
8388
+ data_stream_monitoring_usage:
8389
+ description: The Data Stream Monitoring usage by tag(s).
8390
+ format: double
8391
+ type: number
8382
8392
dbm_hosts_percentage:
8383
8393
description: The percentage of Database Monitoring host usage by tag(s).
8384
8394
format: double
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export type HourlyUsageAttributionUsageType =
34
34
| typeof CWS_CONTAINERS_USAGE
35
35
| typeof CWS_HOSTS_USAGE
36
36
| typeof DATA_JOBS_MONITORING_USAGE
37
+ | typeof DATA_STREAM_MONITORING_USAGE
37
38
| typeof DBM_HOSTS_USAGE
38
39
| typeof DBM_QUERIES_USAGE
39
40
| typeof ERROR_TRACKING_USAGE
@@ -111,6 +112,7 @@ export const CUSTOM_TIMESERIES_USAGE = "custom_timeseries_usage";
111
112
export const CWS_CONTAINERS_USAGE = "cws_containers_usage" ;
112
113
export const CWS_HOSTS_USAGE = "cws_hosts_usage" ;
113
114
export const DATA_JOBS_MONITORING_USAGE = "data_jobs_monitoring_usage" ;
115
+ export const DATA_STREAM_MONITORING_USAGE = "data_stream_monitoring_usage" ;
114
116
export const DBM_HOSTS_USAGE = "dbm_hosts_usage" ;
115
117
export const DBM_QUERIES_USAGE = "dbm_queries_usage" ;
116
118
export const ERROR_TRACKING_USAGE = "error_tracking_usage" ;
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
49
49
| typeof CWS_HOSTS_USAGE
50
50
| typeof DATA_JOBS_MONITORING_USAGE
51
51
| typeof DATA_JOBS_MONITORING_PERCENTAGE
52
+ | typeof DATA_STREAM_MONITORING_USAGE
53
+ | typeof DATA_STREAM_MONITORING_PERCENTAGE
52
54
| typeof DBM_HOSTS_PERCENTAGE
53
55
| typeof DBM_HOSTS_USAGE
54
56
| typeof DBM_QUERIES_PERCENTAGE
@@ -197,6 +199,9 @@ export const CWS_HOSTS_USAGE = "cws_hosts_usage";
197
199
export const DATA_JOBS_MONITORING_USAGE = "data_jobs_monitoring_usage" ;
198
200
export const DATA_JOBS_MONITORING_PERCENTAGE =
199
201
"data_jobs_monitoring_percentage" ;
202
+ export const DATA_STREAM_MONITORING_USAGE = "data_stream_monitoring_usage" ;
203
+ export const DATA_STREAM_MONITORING_PERCENTAGE =
204
+ "data_stream_monitoring_percentage" ;
200
205
export const DBM_HOSTS_PERCENTAGE = "dbm_hosts_percentage" ;
201
206
export const DBM_HOSTS_USAGE = "dbm_hosts_usage" ;
202
207
export const DBM_QUERIES_PERCENTAGE = "dbm_queries_percentage" ;
Original file line number Diff line number Diff line change @@ -182,6 +182,10 @@ export class MonthlyUsageAttributionValues {
182
182
* The Data Jobs Monitoring usage by tag(s).
183
183
*/
184
184
"dataJobsMonitoringUsage" ?: number ;
185
+ /**
186
+ * The Data Stream Monitoring usage by tag(s).
187
+ */
188
+ "dataStreamMonitoringUsage" ?: number ;
185
189
/**
186
190
* The percentage of Database Monitoring host usage by tag(s).
187
191
*/
@@ -798,6 +802,11 @@ export class MonthlyUsageAttributionValues {
798
802
type : "number" ,
799
803
format : "double" ,
800
804
} ,
805
+ dataStreamMonitoringUsage : {
806
+ baseName : "data_stream_monitoring_usage" ,
807
+ type : "number" ,
808
+ format : "double" ,
809
+ } ,
801
810
dbmHostsPercentage : {
802
811
baseName : "dbm_hosts_percentage" ,
803
812
type : "number" ,
Original file line number Diff line number Diff line change @@ -814,6 +814,7 @@ const enumsMap: { [key: string]: any[] } = {
814
814
"cws_containers_usage" ,
815
815
"cws_hosts_usage" ,
816
816
"data_jobs_monitoring_usage" ,
817
+ "data_stream_monitoring_usage" ,
817
818
"dbm_hosts_usage" ,
818
819
"dbm_queries_usage" ,
819
820
"error_tracking_usage" ,
@@ -1030,6 +1031,8 @@ const enumsMap: { [key: string]: any[] } = {
1030
1031
"cws_hosts_usage" ,
1031
1032
"data_jobs_monitoring_usage" ,
1032
1033
"data_jobs_monitoring_percentage" ,
1034
+ "data_stream_monitoring_usage" ,
1035
+ "data_stream_monitoring_percentage" ,
1033
1036
"dbm_hosts_percentage" ,
1034
1037
"dbm_hosts_usage" ,
1035
1038
"dbm_queries_percentage" ,
You can’t perform that action at this time.
0 commit comments