File tree 4 files changed +60
-4
lines changed
packages/datadog-api-client-v1/models
4 files changed +60
-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": "2023-11-17 19:36:50.122866 ",
8
- "spec_repo_commit": "506ed2d8 "
7
+ "regenerated": "2023-11-17 20:28:38.641948 ",
8
+ "spec_repo_commit": "7fb616ae "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2023-11-17 19:36:50.146923 ",
13
- "spec_repo_commit": "506ed2d8 "
12
+ "regenerated": "2023-11-17 20:28:38.659712 ",
13
+ "spec_repo_commit": "7fb616ae "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -19226,6 +19226,16 @@ components:
19226
19226
Pro hosts over all hours in the current date for the given org.
19227
19227
format: int64
19228
19228
type: integer
19229
+ custom_historical_ts_avg:
19230
+ description: Shows the average number of distinct historical custom metrics
19231
+ over all hours in the current date for the given org.
19232
+ format: int64
19233
+ type: integer
19234
+ custom_live_ts_avg:
19235
+ description: Shows the average number of distinct live custom metrics over
19236
+ all hours in the current date for the given org.
19237
+ format: int64
19238
+ type: integer
19229
19239
custom_ts_avg:
19230
19240
description: Shows the average number of distinct custom metrics over all
19231
19241
hours in the current date for the given org.
@@ -19757,6 +19767,16 @@ components:
19757
19767
Pro hosts over all hours in the current months for all organizations.
19758
19768
format: int64
19759
19769
type: integer
19770
+ custom_historical_ts_sum:
19771
+ description: Shows the average number of distinct historical custom metrics
19772
+ over all hours in the current months for all organizations.
19773
+ format: int64
19774
+ type: integer
19775
+ custom_live_ts_sum:
19776
+ description: Shows the average number of distinct live custom metrics over
19777
+ all hours in the current months for all organizations.
19778
+ format: int64
19779
+ type: integer
19760
19780
custom_ts_sum:
19761
19781
description: Shows the average number of distinct custom metrics over all
19762
19782
hours in the current months for all organizations.
Original file line number Diff line number Diff line change @@ -190,6 +190,14 @@ export class UsageSummaryDateOrg {
190
190
* Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current date for the given org.
191
191
*/
192
192
"cspmHostTop99p" ?: number ;
193
+ /**
194
+ * Shows the average number of distinct historical custom metrics over all hours in the current date for the given org.
195
+ */
196
+ "customHistoricalTsAvg" ?: number ;
197
+ /**
198
+ * Shows the average number of distinct live custom metrics over all hours in the current date for the given org.
199
+ */
200
+ "customLiveTsAvg" ?: number ;
193
201
/**
194
202
* Shows the average number of distinct custom metrics over all hours in the current date for the given org.
195
203
*/
@@ -661,6 +669,16 @@ export class UsageSummaryDateOrg {
661
669
type : "number" ,
662
670
format : "int64" ,
663
671
} ,
672
+ customHistoricalTsAvg : {
673
+ baseName : "custom_historical_ts_avg" ,
674
+ type : "number" ,
675
+ format : "int64" ,
676
+ } ,
677
+ customLiveTsAvg : {
678
+ baseName : "custom_live_ts_avg" ,
679
+ type : "number" ,
680
+ format : "int64" ,
681
+ } ,
664
682
customTsAvg : {
665
683
baseName : "custom_ts_avg" ,
666
684
type : "number" ,
Original file line number Diff line number Diff line change @@ -196,6 +196,14 @@ export class UsageSummaryResponse {
196
196
* Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current months for all organizations.
197
197
*/
198
198
"cspmHostTop99pSum" ?: number ;
199
+ /**
200
+ * Shows the average number of distinct historical custom metrics over all hours in the current months for all organizations.
201
+ */
202
+ "customHistoricalTsSum" ?: number ;
203
+ /**
204
+ * Shows the average number of distinct live custom metrics over all hours in the current months for all organizations.
205
+ */
206
+ "customLiveTsSum" ?: number ;
199
207
/**
200
208
* Shows the average number of distinct custom metrics over all hours in the current months for all organizations.
201
209
*/
@@ -696,6 +704,16 @@ export class UsageSummaryResponse {
696
704
type : "number" ,
697
705
format : "int64" ,
698
706
} ,
707
+ customHistoricalTsSum : {
708
+ baseName : "custom_historical_ts_sum" ,
709
+ type : "number" ,
710
+ format : "int64" ,
711
+ } ,
712
+ customLiveTsSum : {
713
+ baseName : "custom_live_ts_sum" ,
714
+ type : "number" ,
715
+ format : "int64" ,
716
+ } ,
699
717
customTsSum : {
700
718
baseName : "custom_ts_sum" ,
701
719
type : "number" ,
You can’t perform that action at this time.
0 commit comments