Skip to content

Commit 4ed43eb

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add CCM spend usage type breakdown fields (#3898)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 935ad3c commit 4ed43eb

File tree

4 files changed

+546
-0
lines changed

4 files changed

+546
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21105,6 +21105,58 @@ components:
2110521105
description: Shows the sum of all browser RUM units over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
2110621106
format: int64
2110721107
type: integer
21108+
ccm_anthropic_spend_last:
21109+
description: Shows the last value of Anthropic cloud spend monitored over all hours in the current date for all organizations.
21110+
format: int64
21111+
type: integer
21112+
ccm_aws_spend_last:
21113+
description: Shows the last value of AWS cloud spend monitored over all hours in the current date for all organizations.
21114+
format: int64
21115+
type: integer
21116+
ccm_azure_spend_last:
21117+
description: Shows the last value of Azure cloud spend monitored over all hours in the current date for all organizations.
21118+
format: int64
21119+
type: integer
21120+
ccm_confluent_spend_last:
21121+
description: Shows the last value of Confluent cloud spend monitored over all hours in the current date for all organizations.
21122+
format: int64
21123+
type: integer
21124+
ccm_databricks_spend_last:
21125+
description: Shows the last value of Databricks cloud spend monitored over all hours in the current date for all organizations.
21126+
format: int64
21127+
type: integer
21128+
ccm_elastic_spend_last:
21129+
description: Shows the last value of Elastic cloud spend monitored over all hours in the current date for all organizations.
21130+
format: int64
21131+
type: integer
21132+
ccm_fastly_spend_last:
21133+
description: Shows the last value of Fastly cloud spend monitored over all hours in the current date for all organizations.
21134+
format: int64
21135+
type: integer
21136+
ccm_gcp_spend_last:
21137+
description: Shows the last value of GCP cloud spend monitored over all hours in the current date for all organizations.
21138+
format: int64
21139+
type: integer
21140+
ccm_github_spend_last:
21141+
description: Shows the last value of GitHub cloud spend monitored over all hours in the current date for all organizations.
21142+
format: int64
21143+
type: integer
21144+
ccm_mongodb_spend_last:
21145+
description: Shows the last value of MongoDB cloud spend monitored over all hours in the current date for all organizations.
21146+
format: int64
21147+
type: integer
21148+
ccm_oci_spend_last:
21149+
description: Shows the last value of OCI cloud spend monitored over all hours in the current date for all organizations.
21150+
format: int64
21151+
type: integer
21152+
ccm_openai_spend_last:
21153+
description: Shows the last value of OpenAI cloud spend monitored over all hours in the current date for all organizations.
21154+
format: int64
21155+
type: integer
21156+
ccm_snowflake_spend_last:
21157+
description: Shows the last value of Snowflake cloud spend monitored over all hours in the current date for all organizations.
21158+
format: int64
21159+
type: integer
2110821160
ccm_spend_monitored_ent_last:
2110921161
description: Shows the last value of the amount of cloud spend monitored for Enterprise over all hours in the current date for all organizations.
2111021162
format: int64
@@ -21113,6 +21165,10 @@ components:
2111321165
description: Shows the last value of the amount of cloud spend monitored for Pro over all hours in the current date for all organizations.
2111421166
format: int64
2111521167
type: integer
21168+
ccm_twilio_spend_last:
21169+
description: Shows the last value of Twilio cloud spend monitored over all hours in the current date for all organizations.
21170+
format: int64
21171+
type: integer
2111621172
ci_pipeline_indexed_spans_sum:
2111721173
description: Shows the sum of all CI pipeline indexed spans over all hours in the current month for all organizations.
2111821174
format: int64
@@ -21994,6 +22050,58 @@ components:
2199422050
description: Shows the sum of all browser RUM units over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
2199522051
format: int64
2199622052
type: integer
22053+
ccm_anthropic_spend_last:
22054+
description: Shows the last value of Anthropic cloud spend monitored over all hours in the current date for the given org.
22055+
format: int64
22056+
type: integer
22057+
ccm_aws_spend_last:
22058+
description: Shows the last value of AWS cloud spend monitored over all hours in the current date for the given org.
22059+
format: int64
22060+
type: integer
22061+
ccm_azure_spend_last:
22062+
description: Shows the last value of Azure cloud spend monitored over all hours in the current date for the given org.
22063+
format: int64
22064+
type: integer
22065+
ccm_confluent_spend_last:
22066+
description: Shows the last value of Confluent cloud spend monitored over all hours in the current date for the given org.
22067+
format: int64
22068+
type: integer
22069+
ccm_databricks_spend_last:
22070+
description: Shows the last value of Databricks cloud spend monitored over all hours in the current date for the given org.
22071+
format: int64
22072+
type: integer
22073+
ccm_elastic_spend_last:
22074+
description: Shows the last value of Elastic cloud spend monitored over all hours in the current date for the given org.
22075+
format: int64
22076+
type: integer
22077+
ccm_fastly_spend_last:
22078+
description: Shows the last value of Fastly cloud spend monitored over all hours in the current date for the given org.
22079+
format: int64
22080+
type: integer
22081+
ccm_gcp_spend_last:
22082+
description: Shows the last value of GCP cloud spend monitored over all hours in the current date for the given org.
22083+
format: int64
22084+
type: integer
22085+
ccm_github_spend_last:
22086+
description: Shows the last value of GitHub cloud spend monitored over all hours in the current date for the given org.
22087+
format: int64
22088+
type: integer
22089+
ccm_mongodb_spend_last:
22090+
description: Shows the last value of MongoDB cloud spend monitored over all hours in the current date for the given org.
22091+
format: int64
22092+
type: integer
22093+
ccm_oci_spend_last:
22094+
description: Shows the last value of OCI cloud spend monitored over all hours in the current date for the given org.
22095+
format: int64
22096+
type: integer
22097+
ccm_openai_spend_last:
22098+
description: Shows the last value of OpenAI cloud spend monitored over all hours in the current date for the given org.
22099+
format: int64
22100+
type: integer
22101+
ccm_snowflake_spend_last:
22102+
description: Shows the last value of Snowflake cloud spend monitored over all hours in the current date for the given org.
22103+
format: int64
22104+
type: integer
2199722105
ccm_spend_monitored_ent_last:
2199822106
description: Shows the last value of the amount of cloud spend monitored for Enterprise over all hours in the current date for the given org.
2199922107
format: int64
@@ -22002,6 +22110,10 @@ components:
2200222110
description: Shows the last value of the amount of cloud spend monitored for Pro over all hours in the current date for the given org.
2200322111
format: int64
2200422112
type: integer
22113+
ccm_twilio_spend_last:
22114+
description: Shows the last value of Twilio cloud spend monitored over all hours in the current date for the given org.
22115+
format: int64
22116+
type: integer
2200522117
ci_pipeline_indexed_spans_sum:
2200622118
description: Shows the sum of all CI pipeline indexed spans over all hours in the current date for the given org.
2200722119
format: int64
@@ -22893,6 +23005,58 @@ components:
2289323005
description: Shows the sum of all browser RUM units over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
2289423006
format: int64
2289523007
type: integer
23008+
ccm_anthropic_spend_last_sum:
23009+
description: Shows the sum of the last value of Anthropic cloud spend monitored in the current month for all organizations.
23010+
format: int64
23011+
type: integer
23012+
ccm_aws_spend_last_sum:
23013+
description: Shows the sum of the last value of AWS cloud spend monitored in the current month for all organizations.
23014+
format: int64
23015+
type: integer
23016+
ccm_azure_spend_last_sum:
23017+
description: Shows the sum of the last value of Azure cloud spend monitored in the current month for all organizations.
23018+
format: int64
23019+
type: integer
23020+
ccm_confluent_spend_last_sum:
23021+
description: Shows the sum of the last value of Confluent cloud spend monitored in the current month for all organizations.
23022+
format: int64
23023+
type: integer
23024+
ccm_databricks_spend_last_sum:
23025+
description: Shows the sum of the last value of Databricks cloud spend monitored in the current month for all organizations.
23026+
format: int64
23027+
type: integer
23028+
ccm_elastic_spend_last_sum:
23029+
description: Shows the sum of the last value of Elastic cloud spend monitored in the current month for all organizations.
23030+
format: int64
23031+
type: integer
23032+
ccm_fastly_spend_last_sum:
23033+
description: Shows the sum of the last value of Fastly cloud spend monitored in the current month for all organizations.
23034+
format: int64
23035+
type: integer
23036+
ccm_gcp_spend_last_sum:
23037+
description: Shows the sum of the last value of GCP cloud spend monitored in the current month for all organizations.
23038+
format: int64
23039+
type: integer
23040+
ccm_github_spend_last_sum:
23041+
description: Shows the sum of the last value of GitHub cloud spend monitored in the current month for all organizations.
23042+
format: int64
23043+
type: integer
23044+
ccm_mongodb_spend_last_sum:
23045+
description: Shows the sum of the last value of MongoDB cloud spend monitored in the current month for all organizations.
23046+
format: int64
23047+
type: integer
23048+
ccm_oci_spend_last_sum:
23049+
description: Shows the sum of the last value of OCI cloud spend monitored in the current month for all organizations.
23050+
format: int64
23051+
type: integer
23052+
ccm_openai_spend_last_sum:
23053+
description: Shows the sum of the last value of OpenAI cloud spend monitored in the current month for all organizations.
23054+
format: int64
23055+
type: integer
23056+
ccm_snowflake_spend_last_sum:
23057+
description: Shows the sum of the last value of Snowflake cloud spend monitored in the current month for all organizations.
23058+
format: int64
23059+
type: integer
2289623060
ccm_spend_monitored_ent_last_sum:
2289723061
description: Shows the sum of the last value of the amount of cloud spend monitored for Enterprise in the current month for all organizations.
2289823062
format: int64
@@ -22901,6 +23065,10 @@ components:
2290123065
description: Shows the sum of the last value of the amount of cloud spend monitored for Pro in the current month for all organizations.
2290223066
format: int64
2290323067
type: integer
23068+
ccm_twilio_spend_last_sum:
23069+
description: Shows the sum of the last value of Twilio cloud spend monitored in the current month for all organizations.
23070+
format: int64
23071+
type: integer
2290423072
ci_pipeline_indexed_spans_agg_sum:
2290523073
description: Shows the sum of all CI pipeline indexed spans over all hours in the current month for all organizations.
2290623074
format: int64

services/usage_metering/src/v1/models/UsageSummaryDate.ts

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,58 @@ export class UsageSummaryDate {
9090
* Shows the sum of all browser RUM units over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
9191
*/
9292
"browserRumUnitsSum"?: number;
93+
/**
94+
* Shows the last value of Anthropic cloud spend monitored over all hours in the current date for all organizations.
95+
*/
96+
"ccmAnthropicSpendLast"?: number;
97+
/**
98+
* Shows the last value of AWS cloud spend monitored over all hours in the current date for all organizations.
99+
*/
100+
"ccmAwsSpendLast"?: number;
101+
/**
102+
* Shows the last value of Azure cloud spend monitored over all hours in the current date for all organizations.
103+
*/
104+
"ccmAzureSpendLast"?: number;
105+
/**
106+
* Shows the last value of Confluent cloud spend monitored over all hours in the current date for all organizations.
107+
*/
108+
"ccmConfluentSpendLast"?: number;
109+
/**
110+
* Shows the last value of Databricks cloud spend monitored over all hours in the current date for all organizations.
111+
*/
112+
"ccmDatabricksSpendLast"?: number;
113+
/**
114+
* Shows the last value of Elastic cloud spend monitored over all hours in the current date for all organizations.
115+
*/
116+
"ccmElasticSpendLast"?: number;
117+
/**
118+
* Shows the last value of Fastly cloud spend monitored over all hours in the current date for all organizations.
119+
*/
120+
"ccmFastlySpendLast"?: number;
121+
/**
122+
* Shows the last value of GCP cloud spend monitored over all hours in the current date for all organizations.
123+
*/
124+
"ccmGcpSpendLast"?: number;
125+
/**
126+
* Shows the last value of GitHub cloud spend monitored over all hours in the current date for all organizations.
127+
*/
128+
"ccmGithubSpendLast"?: number;
129+
/**
130+
* Shows the last value of MongoDB cloud spend monitored over all hours in the current date for all organizations.
131+
*/
132+
"ccmMongodbSpendLast"?: number;
133+
/**
134+
* Shows the last value of OCI cloud spend monitored over all hours in the current date for all organizations.
135+
*/
136+
"ccmOciSpendLast"?: number;
137+
/**
138+
* Shows the last value of OpenAI cloud spend monitored over all hours in the current date for all organizations.
139+
*/
140+
"ccmOpenaiSpendLast"?: number;
141+
/**
142+
* Shows the last value of Snowflake cloud spend monitored over all hours in the current date for all organizations.
143+
*/
144+
"ccmSnowflakeSpendLast"?: number;
93145
/**
94146
* Shows the last value of the amount of cloud spend monitored for Enterprise over all hours in the current date for all organizations.
95147
*/
@@ -98,6 +150,10 @@ export class UsageSummaryDate {
98150
* Shows the last value of the amount of cloud spend monitored for Pro over all hours in the current date for all organizations.
99151
*/
100152
"ccmSpendMonitoredProLast"?: number;
153+
/**
154+
* Shows the last value of Twilio cloud spend monitored over all hours in the current date for all organizations.
155+
*/
156+
"ccmTwilioSpendLast"?: number;
101157
/**
102158
* Shows the sum of all CI pipeline indexed spans over all hours in the current month for all organizations.
103159
*/
@@ -990,6 +1046,71 @@ export class UsageSummaryDate {
9901046
type: "number",
9911047
format: "int64",
9921048
},
1049+
ccmAnthropicSpendLast: {
1050+
baseName: "ccm_anthropic_spend_last",
1051+
type: "number",
1052+
format: "int64",
1053+
},
1054+
ccmAwsSpendLast: {
1055+
baseName: "ccm_aws_spend_last",
1056+
type: "number",
1057+
format: "int64",
1058+
},
1059+
ccmAzureSpendLast: {
1060+
baseName: "ccm_azure_spend_last",
1061+
type: "number",
1062+
format: "int64",
1063+
},
1064+
ccmConfluentSpendLast: {
1065+
baseName: "ccm_confluent_spend_last",
1066+
type: "number",
1067+
format: "int64",
1068+
},
1069+
ccmDatabricksSpendLast: {
1070+
baseName: "ccm_databricks_spend_last",
1071+
type: "number",
1072+
format: "int64",
1073+
},
1074+
ccmElasticSpendLast: {
1075+
baseName: "ccm_elastic_spend_last",
1076+
type: "number",
1077+
format: "int64",
1078+
},
1079+
ccmFastlySpendLast: {
1080+
baseName: "ccm_fastly_spend_last",
1081+
type: "number",
1082+
format: "int64",
1083+
},
1084+
ccmGcpSpendLast: {
1085+
baseName: "ccm_gcp_spend_last",
1086+
type: "number",
1087+
format: "int64",
1088+
},
1089+
ccmGithubSpendLast: {
1090+
baseName: "ccm_github_spend_last",
1091+
type: "number",
1092+
format: "int64",
1093+
},
1094+
ccmMongodbSpendLast: {
1095+
baseName: "ccm_mongodb_spend_last",
1096+
type: "number",
1097+
format: "int64",
1098+
},
1099+
ccmOciSpendLast: {
1100+
baseName: "ccm_oci_spend_last",
1101+
type: "number",
1102+
format: "int64",
1103+
},
1104+
ccmOpenaiSpendLast: {
1105+
baseName: "ccm_openai_spend_last",
1106+
type: "number",
1107+
format: "int64",
1108+
},
1109+
ccmSnowflakeSpendLast: {
1110+
baseName: "ccm_snowflake_spend_last",
1111+
type: "number",
1112+
format: "int64",
1113+
},
9931114
ccmSpendMonitoredEntLast: {
9941115
baseName: "ccm_spend_monitored_ent_last",
9951116
type: "number",
@@ -1000,6 +1121,11 @@ export class UsageSummaryDate {
10001121
type: "number",
10011122
format: "int64",
10021123
},
1124+
ccmTwilioSpendLast: {
1125+
baseName: "ccm_twilio_spend_last",
1126+
type: "number",
1127+
format: "int64",
1128+
},
10031129
ciPipelineIndexedSpansSum: {
10041130
baseName: "ci_pipeline_indexed_spans_sum",
10051131
type: "number",

0 commit comments

Comments
 (0)