Skip to content

Add code_analysis_sa_committers_hwm and code_analysis_sca_committers_hwm to UsageMetering #1853

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-04 15:32:45.858472",
"spec_repo_commit": "f28ad048"
"regenerated": "2024-10-07 14:32:12.782401",
"spec_repo_commit": "ef7c2778"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-04 15:32:45.872975",
"spec_repo_commit": "f28ad048"
"regenerated": "2024-10-07 14:32:12.797123",
"spec_repo_commit": "ef7c2778"
}
}
}
30 changes: 30 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19609,6 +19609,16 @@ components:
events over all hours in the current date for the given org.
format: int64
type: integer
code_analysis_sa_committers_hwm:
description: Shows the high-water mark of all Static Analysis committers
over all hours in the current date for the given org.
format: int64
type: integer
code_analysis_sca_committers_hwm:
description: Shows the high-water mark of all static Software Composition
Analysis committers over all hours in the current date for the given org.
format: int64
type: integer
container_avg:
description: Shows the average of all distinct containers over all hours
in the current date for all organizations.
Expand Down Expand Up @@ -20349,6 +20359,16 @@ components:
events over all hours in the current date for the given org.
format: int64
type: integer
code_analysis_sa_committers_hwm:
description: Shows the high-water mark of all Static Analysis committers
over all hours in the current date for the given org.
format: int64
type: integer
code_analysis_sca_committers_hwm:
description: Shows the high-water mark of all static Software Composition
Analysis committers over all hours in the current date for the given org.
format: int64
type: integer
container_avg:
description: Shows the average of all distinct containers over all hours
in the current date for the given org.
Expand Down Expand Up @@ -21100,6 +21120,16 @@ components:
events over all hours in the current month for all organizations.
format: int64
type: integer
code_analysis_sa_committers_hwm_sum:
description: Shows the high-water mark of all Static Analysis committers
over all hours in the current month for all organizations.
format: int64
type: integer
code_analysis_sca_committers_hwm_sum:
description: Shows the high-water mark of all static Software Composition
Analysis committers over all hours in the current month for all organizations.
format: int64
type: integer
container_avg_sum:
description: Shows the average of all distinct containers over all hours
in the current month for all organizations.
Expand Down
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40326,7 +40326,7 @@ paths:
`observability_pipelines`,

`online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`,
`sds`, `snmp`,
`sds`, `snmp`, `software_delivery`,

`synthetics_api`, `synthetics_browser`, `synthetics_mobile`, `synthetics_parallel_testing`,
`timeseries`, `vuln_management`,
Expand Down
18 changes: 18 additions & 0 deletions packages/datadog-api-client-v1/models/UsageSummaryDate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@ export class UsageSummaryDate {
* Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
*/
"cloudSiemEventsSum"?: number;
/**
* Shows the high-water mark of all Static Analysis committers over all hours in the current date for the given org.
*/
"codeAnalysisSaCommittersHwm"?: number;
/**
* Shows the high-water mark of all static Software Composition Analysis committers over all hours in the current date for the given org.
*/
"codeAnalysisScaCommittersHwm"?: number;
/**
* Shows the average of all distinct containers over all hours in the current date for all organizations.
*/
Expand Down Expand Up @@ -708,6 +716,16 @@ export class UsageSummaryDate {
type: "number",
format: "int64",
},
codeAnalysisSaCommittersHwm: {
baseName: "code_analysis_sa_committers_hwm",
type: "number",
format: "int64",
},
codeAnalysisScaCommittersHwm: {
baseName: "code_analysis_sca_committers_hwm",
type: "number",
format: "int64",
},
containerAvg: {
baseName: "container_avg",
type: "number",
Expand Down
18 changes: 18 additions & 0 deletions packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,14 @@ export class UsageSummaryDateOrg {
* Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
*/
"cloudSiemEventsSum"?: number;
/**
* Shows the high-water mark of all Static Analysis committers over all hours in the current date for the given org.
*/
"codeAnalysisSaCommittersHwm"?: number;
/**
* Shows the high-water mark of all static Software Composition Analysis committers over all hours in the current date for the given org.
*/
"codeAnalysisScaCommittersHwm"?: number;
/**
* Shows the average of all distinct containers over all hours in the current date for the given org.
*/
Expand Down Expand Up @@ -739,6 +747,16 @@ export class UsageSummaryDateOrg {
type: "number",
format: "int64",
},
codeAnalysisSaCommittersHwm: {
baseName: "code_analysis_sa_committers_hwm",
type: "number",
format: "int64",
},
codeAnalysisScaCommittersHwm: {
baseName: "code_analysis_sca_committers_hwm",
type: "number",
format: "int64",
},
containerAvg: {
baseName: "container_avg",
type: "number",
Expand Down
18 changes: 18 additions & 0 deletions packages/datadog-api-client-v1/models/UsageSummaryResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@ export class UsageSummaryResponse {
* Shows the sum of all Cloud Security Information and Event Management events over all hours in the current month for all organizations.
*/
"cloudSiemEventsAggSum"?: number;
/**
* Shows the high-water mark of all Static Analysis committers over all hours in the current month for all organizations.
*/
"codeAnalysisSaCommittersHwmSum"?: number;
/**
* Shows the high-water mark of all static Software Composition Analysis committers over all hours in the current month for all organizations.
*/
"codeAnalysisScaCommittersHwmSum"?: number;
/**
* Shows the average of all distinct containers over all hours in the current month for all organizations.
*/
Expand Down Expand Up @@ -758,6 +766,16 @@ export class UsageSummaryResponse {
type: "number",
format: "int64",
},
codeAnalysisSaCommittersHwmSum: {
baseName: "code_analysis_sa_committers_hwm_sum",
type: "number",
format: "int64",
},
codeAnalysisScaCommittersHwmSum: {
baseName: "code_analysis_sca_committers_hwm_sum",
type: "number",
format: "int64",
},
containerAvgSum: {
baseName: "container_avg_sum",
type: "number",
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog-api-client-v2/apis/UsageMeteringApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ export interface UsageMeteringApiGetHourlyUsageRequest {
* `csm_container_enterprise`, `csm_host_enterprise`, `cspm`, `custom_events`, `cws`, `dbm`, `error_tracking`,
* `fargate`, `infra_hosts`, `incident_management`, `indexed_logs`, `indexed_spans`, `ingested_spans`, `iot`,
* `lambda_traced_invocations`, `logs`, `network_flows`, `network_hosts`, `network_monitoring`, `observability_pipelines`,
* `online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`, `sds`, `snmp`,
* `online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`, `sds`, `snmp`, `software_delivery`,
* `synthetics_api`, `synthetics_browser`, `synthetics_mobile`, `synthetics_parallel_testing`, `timeseries`, `vuln_management`,
* and `workflow_executions`.
* The following product family has been **deprecated**: `audit_logs`.
Expand Down
Loading