Skip to content
Open
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
60 changes: 60 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20841,6 +20841,11 @@ components:
for the given date and given organization.
format: int64
type: integer
cloud_cost_management_oci_host_count_avg:
description: Host count average of Cloud Cost Management for OCI for the
given date and given organization.
format: int64
type: integer
cloud_siem_events_sum:
description: Shows the sum of all Cloud Security Information and Event Management
events over all hours in the current date for the given org.
Expand Down Expand Up @@ -21075,6 +21080,11 @@ components:
Plus over all hours in the current date for the given org.
format: int64
type: integer
eph_infra_host_proxmox_sum:
description: Shows the sum of all ephemeral infrastructure hosts for Proxmox
over all hours in the current date for all organizations.
format: int64
type: integer
error_tracking_apm_error_events_sum:
description: Shows the sum of all Error Tracking APM error events over all
hours in the current date for the given org.
Expand Down Expand Up @@ -21371,6 +21381,16 @@ components:
within the current date for all organizations.
format: int64
type: integer
proxmox_host_sum:
description: Shows the sum of all Proxmox hosts over all hours in the current
date for all organizations.
format: int64
type: integer
proxmox_host_top99p:
description: Shows the 99th percentile of all Proxmox hosts over all hours
in the current date for all organizations.
format: int64
type: integer
published_app_hwm:
description: Shows the high-water mark of all published applications over
all hours in the current date for all organizations.
Expand Down Expand Up @@ -21954,6 +21974,11 @@ components:
for the given date and given org.
format: int64
type: integer
cloud_cost_management_oci_host_count_avg:
description: Host count average of Cloud Cost Management for OCI for the
given date and given org.
format: int64
type: integer
cloud_siem_events_sum:
description: Shows the sum of all Cloud Security Information and Event Management
events over all hours in the current date for the given org.
Expand Down Expand Up @@ -22194,6 +22219,11 @@ components:
Plus over all hours in the current date for the given org.
format: int64
type: integer
eph_infra_host_proxmox_sum:
description: Shows the sum of all ephemeral infrastructure hosts for Proxmox
over all hours in the current date for the given org.
format: int64
type: integer
error_tracking_apm_error_events_sum:
description: Shows the sum of all Error Tracking APM error events over all
hours in the current date for the given org.
Expand Down Expand Up @@ -22488,6 +22518,16 @@ components:
within the current date for the given org.
format: int64
type: integer
proxmox_host_sum:
description: Shows the sum of all Proxmox hosts over all hours in the current
date for the given org.
format: int64
type: integer
proxmox_host_top99p:
description: Shows the 99th percentile of all Proxmox hosts over all hours
in the current date for the given org.
format: int64
type: integer
public_id:
description: The organization public id.
type: string
Expand Down Expand Up @@ -23077,6 +23117,11 @@ components:
all cloud providers.
format: int64
type: integer
cloud_cost_management_oci_host_count_avg_sum:
description: Sum of the host count average for Cloud Cost Management for
OCI.
format: int64
type: integer
cloud_siem_events_agg_sum:
description: Shows the sum of all Cloud Security Information and Event Management
events over all hours in the current month for all organizations.
Expand Down Expand Up @@ -23318,6 +23363,11 @@ components:
Plus over all hours in the current month for all organizations.
format: int64
type: integer
eph_infra_host_proxmox_agg_sum:
description: Shows the sum of all ephemeral infrastructure hosts for Proxmox
over all hours in the current month for all organizations.
format: int64
type: integer
error_tracking_apm_error_events_agg_sum:
description: Shows the sum of all Error Tracking APM error events over all
hours in the current month for all organizations.
Expand Down Expand Up @@ -23636,6 +23686,16 @@ components:
in the current month for all organizations.
format: int64
type: integer
proxmox_host_agg_sum:
description: Shows the sum of all Proxmox hosts over all hours in the current
month for all organizations.
format: int64
type: integer
proxmox_host_top99p_sum:
description: Shows the sum of the 99th percentile of all Proxmox hosts over
all hours in the current month for all organizations.
format: int64
type: integer
published_app_hwm_sum:
description: Shows the high-water mark of all published applications over
all hours in the current month for all organizations.
Expand Down
36 changes: 36 additions & 0 deletions services/usage_metering/src/v1/models/UsageSummaryDate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ export class UsageSummaryDate {
* Host count average of Cloud Cost Management for all cloud providers for the given date and given organization.
*/
"cloudCostManagementHostCountAvg"?: number;
/**
* Host count average of Cloud Cost Management for OCI for the given date and given organization.
*/
"cloudCostManagementOciHostCountAvg"?: number;
/**
* Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
*/
Expand Down Expand Up @@ -306,6 +310,10 @@ export class UsageSummaryDate {
* Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org.
*/
"ephInfraHostProplusSum"?: number;
/**
* Shows the sum of all ephemeral infrastructure hosts for Proxmox over all hours in the current date for all organizations.
*/
"ephInfraHostProxmoxSum"?: number;
/**
* Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org.
*/
Expand Down Expand Up @@ -526,6 +534,14 @@ export class UsageSummaryDate {
* Shows the 99th percentile of all profiled hosts over all hours within the current date for all organizations.
*/
"profilingHostTop99P"?: number;
/**
* Shows the sum of all Proxmox hosts over all hours in the current date for all organizations.
*/
"proxmoxHostSum"?: number;
/**
* Shows the 99th percentile of all Proxmox hosts over all hours in the current date for all organizations.
*/
"proxmoxHostTop99P"?: number;
/**
* Shows the high-water mark of all published applications over all hours in the current date for all organizations.
*/
Expand Down Expand Up @@ -995,6 +1011,11 @@ export class UsageSummaryDate {
type: "number",
format: "int64",
},
cloudCostManagementOciHostCountAvg: {
baseName: "cloud_cost_management_oci_host_count_avg",
type: "number",
format: "int64",
},
cloudSiemEventsSum: {
baseName: "cloud_siem_events_sum",
type: "number",
Expand Down Expand Up @@ -1220,6 +1241,11 @@ export class UsageSummaryDate {
type: "number",
format: "int64",
},
ephInfraHostProxmoxSum: {
baseName: "eph_infra_host_proxmox_sum",
type: "number",
format: "int64",
},
errorTrackingApmErrorEventsSum: {
baseName: "error_tracking_apm_error_events_sum",
type: "number",
Expand Down Expand Up @@ -1494,6 +1520,16 @@ export class UsageSummaryDate {
type: "number",
format: "int64",
},
proxmoxHostSum: {
baseName: "proxmox_host_sum",
type: "number",
format: "int64",
},
proxmoxHostTop99P: {
baseName: "proxmox_host_top99p",
type: "number",
format: "int64",
},
publishedAppHwm: {
baseName: "published_app_hwm",
type: "number",
Expand Down
36 changes: 36 additions & 0 deletions services/usage_metering/src/v1/models/UsageSummaryDateOrg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ export class UsageSummaryDateOrg {
* Host count average of Cloud Cost Management for all cloud providers for the given date and given org.
*/
"cloudCostManagementHostCountAvg"?: number;
/**
* Host count average of Cloud Cost Management for OCI for the given date and given org.
*/
"cloudCostManagementOciHostCountAvg"?: number;
/**
* Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
*/
Expand Down Expand Up @@ -316,6 +320,10 @@ export class UsageSummaryDateOrg {
* Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current date for the given org.
*/
"ephInfraHostProplusSum"?: number;
/**
* Shows the sum of all ephemeral infrastructure hosts for Proxmox over all hours in the current date for the given org.
*/
"ephInfraHostProxmoxSum"?: number;
/**
* Shows the sum of all Error Tracking APM error events over all hours in the current date for the given org.
*/
Expand Down Expand Up @@ -540,6 +548,14 @@ export class UsageSummaryDateOrg {
* Shows the 99th percentile of all profiled hosts over all hours within the current date for the given org.
*/
"profilingHostTop99P"?: number;
/**
* Shows the sum of all Proxmox hosts over all hours in the current date for the given org.
*/
"proxmoxHostSum"?: number;
/**
* Shows the 99th percentile of all Proxmox hosts over all hours in the current date for the given org.
*/
"proxmoxHostTop99P"?: number;
/**
* The organization public id.
*/
Expand Down Expand Up @@ -1025,6 +1041,11 @@ export class UsageSummaryDateOrg {
type: "number",
format: "int64",
},
cloudCostManagementOciHostCountAvg: {
baseName: "cloud_cost_management_oci_host_count_avg",
type: "number",
format: "int64",
},
cloudSiemEventsSum: {
baseName: "cloud_siem_events_sum",
type: "number",
Expand Down Expand Up @@ -1255,6 +1276,11 @@ export class UsageSummaryDateOrg {
type: "number",
format: "int64",
},
ephInfraHostProxmoxSum: {
baseName: "eph_infra_host_proxmox_sum",
type: "number",
format: "int64",
},
errorTrackingApmErrorEventsSum: {
baseName: "error_tracking_apm_error_events_sum",
type: "number",
Expand Down Expand Up @@ -1533,6 +1559,16 @@ export class UsageSummaryDateOrg {
type: "number",
format: "int64",
},
proxmoxHostSum: {
baseName: "proxmox_host_sum",
type: "number",
format: "int64",
},
proxmoxHostTop99P: {
baseName: "proxmox_host_top99p",
type: "number",
format: "int64",
},
publicId: {
baseName: "public_id",
type: "string",
Expand Down
36 changes: 36 additions & 0 deletions services/usage_metering/src/v1/models/UsageSummaryResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ export class UsageSummaryResponse {
* Sum of the host count average for Cloud Cost Management for all cloud providers.
*/
"cloudCostManagementHostCountAvgSum"?: number;
/**
* Sum of the host count average for Cloud Cost Management for OCI.
*/
"cloudCostManagementOciHostCountAvgSum"?: number;
/**
* Shows the sum of all Cloud Security Information and Event Management events over all hours in the current month for all organizations.
*/
Expand Down Expand Up @@ -319,6 +323,10 @@ export class UsageSummaryResponse {
* Shows the sum of all ephemeral infrastructure hosts for Pro Plus over all hours in the current month for all organizations.
*/
"ephInfraHostProplusAggSum"?: number;
/**
* Shows the sum of all ephemeral infrastructure hosts for Proxmox over all hours in the current month for all organizations.
*/
"ephInfraHostProxmoxAggSum"?: number;
/**
* Shows the sum of all Error Tracking APM error events over all hours in the current month for all organizations.
*/
Expand Down Expand Up @@ -555,6 +563,14 @@ export class UsageSummaryResponse {
* Shows the 99th percentile of all profiled hosts over all hours in the current month for all organizations.
*/
"profilingHostCountTop99PSum"?: number;
/**
* Shows the sum of all Proxmox hosts over all hours in the current month for all organizations.
*/
"proxmoxHostAggSum"?: number;
/**
* Shows the sum of the 99th percentile of all Proxmox hosts over all hours in the current month for all organizations.
*/
"proxmoxHostTop99PSum"?: number;
/**
* Shows the high-water mark of all published applications over all hours in the current month for all organizations.
*/
Expand Down Expand Up @@ -1045,6 +1061,11 @@ export class UsageSummaryResponse {
type: "number",
format: "int64",
},
cloudCostManagementOciHostCountAvgSum: {
baseName: "cloud_cost_management_oci_host_count_avg_sum",
type: "number",
format: "int64",
},
cloudSiemEventsAggSum: {
baseName: "cloud_siem_events_agg_sum",
type: "number",
Expand Down Expand Up @@ -1280,6 +1301,11 @@ export class UsageSummaryResponse {
type: "number",
format: "int64",
},
ephInfraHostProxmoxAggSum: {
baseName: "eph_infra_host_proxmox_agg_sum",
type: "number",
format: "int64",
},
errorTrackingApmErrorEventsAggSum: {
baseName: "error_tracking_apm_error_events_agg_sum",
type: "number",
Expand Down Expand Up @@ -1575,6 +1601,16 @@ export class UsageSummaryResponse {
type: "number",
format: "int64",
},
proxmoxHostAggSum: {
baseName: "proxmox_host_agg_sum",
type: "number",
format: "int64",
},
proxmoxHostTop99PSum: {
baseName: "proxmox_host_top99p_sum",
type: "number",
format: "int64",
},
publishedAppHwmSum: {
baseName: "published_app_hwm_sum",
type: "number",
Expand Down