Skip to content
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-24 20:04:20.531641",
"spec_repo_commit": "aaacb8db"
"regenerated": "2024-10-25 13:05:46.568916",
"spec_repo_commit": "a2f558e8"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-24 20:04:20.550274",
"spec_repo_commit": "aaacb8db"
"regenerated": "2024-10-25 13:05:46.586895",
"spec_repo_commit": "a2f558e8"
}
}
}
42 changes: 0 additions & 42 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4194,11 +4194,8 @@ components:
- dbm_queries_usage
- error_tracking_usage
- error_tracking_percentage
- estimated_indexed_logs_usage
- estimated_indexed_spans_usage
- estimated_ingested_logs_usage
- estimated_ingested_spans_usage
- estimated_rum_sessions_usage
- fargate_usage
- functions_usage
- incident_management_monthly_active_users_usage
Expand Down Expand Up @@ -4269,11 +4266,8 @@ components:
- DBM_QUERIES_USAGE
- ERROR_TRACKING_USAGE
- ERROR_TRACKING_PERCENTAGE
- ESTIMATED_INDEXED_LOGS_USAGE
- ESTIMATED_INDEXED_SPANS_USAGE
- ESTIMATED_INGESTED_LOGS_USAGE
- ESTIMATED_INGESTED_SPANS_USAGE
- ESTIMATED_RUM_SESSIONS_USAGE
- FARGATE_USAGE
- FUNCTIONS_USAGE
- INCIDENT_MANAGEMENT_MONTHLY_ACTIVE_USERS_USAGE
Expand Down Expand Up @@ -7957,10 +7951,6 @@ components:
- dbm_queries_usage
- error_tracking_usage
- error_tracking_percentage
- estimated_indexed_logs_usage
- estimated_indexed_logs_percentage
- estimated_ingested_logs_usage
- estimated_ingested_logs_percentage
- estimated_indexed_spans_usage
- estimated_indexed_spans_percentage
- estimated_ingested_spans_usage
Expand Down Expand Up @@ -7999,8 +7989,6 @@ components:
- serverless_apps_percentage
- snmp_usage
- snmp_percentage
- estimated_rum_sessions_usage
- estimated_rum_sessions_percentage
- universal_service_monitoring_usage
- universal_service_monitoring_percentage
- vuln_management_hosts_usage
Expand Down Expand Up @@ -8102,10 +8090,6 @@ components:
- DBM_QUERIES_USAGE
- ERROR_TRACKING_USAGE
- ERROR_TRACKING_PERCENTAGE
- ESTIMATED_INDEXED_LOGS_USAGE
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
- ESTIMATED_INGESTED_LOGS_USAGE
- ESTIMATED_INGESTED_LOGS_PERCENTAGE
- ESTIMATED_INDEXED_SPANS_USAGE
- ESTIMATED_INDEXED_SPANS_PERCENTAGE
- ESTIMATED_INGESTED_SPANS_USAGE
Expand Down Expand Up @@ -8144,8 +8128,6 @@ components:
- SERVERLESS_APPS_PERCENTAGE
- SNMP_USAGE
- SNMP_PERCENTAGE
- ESTIMATED_RUM_SESSIONS_USAGE
- ESTIMATED_RUM_SESSIONS_PERCENTAGE
- UNIVERSAL_SERVICE_MONITORING_USAGE
- UNIVERSAL_SERVICE_MONITORING_PERCENTAGE
- VULN_MANAGEMENT_HOSTS_USAGE
Expand Down Expand Up @@ -8415,14 +8397,6 @@ components:
description: The error tracking events usage by tag(s).
format: double
type: number
estimated_indexed_logs_percentage:
description: The percentage of estimated live indexed logs usage by tag(s).
format: double
type: number
estimated_indexed_logs_usage:
description: The estimated live indexed logs usage by tag(s).
format: double
type: number
estimated_indexed_spans_percentage:
description: The percentage of estimated indexed spans usage by tag(s).
format: double
Expand All @@ -8431,14 +8405,6 @@ components:
description: The estimated indexed spans usage by tag(s).
format: double
type: number
estimated_ingested_logs_percentage:
description: The percentage of estimated live ingested logs usage by tag(s).
format: double
type: number
estimated_ingested_logs_usage:
description: The estimated live ingested logs usage by tag(s).
format: double
type: number
estimated_ingested_spans_percentage:
description: The percentage of estimated ingested spans usage by tag(s).
format: double
Expand All @@ -8447,14 +8413,6 @@ components:
description: The estimated ingested spans usage by tag(s).
format: double
type: number
estimated_rum_sessions_percentage:
description: The percentage of estimated rum sessions usage by tag(s).
format: double
type: number
estimated_rum_sessions_usage:
description: The estimated rum sessions usage by tag(s).
format: double
type: number
fargate_percentage:
description: The percentage of Fargate usage by tags.
format: double
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,8 @@ public class HourlyUsageAttributionUsageType extends ModelEnum<String> {
"dbm_queries_usage",
"error_tracking_usage",
"error_tracking_percentage",
"estimated_indexed_logs_usage",
"estimated_indexed_spans_usage",
"estimated_ingested_logs_usage",
"estimated_ingested_spans_usage",
"estimated_rum_sessions_usage",
"fargate_usage",
"functions_usage",
"incident_management_monthly_active_users_usage",
Expand Down Expand Up @@ -156,16 +153,10 @@ public class HourlyUsageAttributionUsageType extends ModelEnum<String> {
new HourlyUsageAttributionUsageType("error_tracking_usage");
public static final HourlyUsageAttributionUsageType ERROR_TRACKING_PERCENTAGE =
new HourlyUsageAttributionUsageType("error_tracking_percentage");
public static final HourlyUsageAttributionUsageType ESTIMATED_INDEXED_LOGS_USAGE =
new HourlyUsageAttributionUsageType("estimated_indexed_logs_usage");
public static final HourlyUsageAttributionUsageType ESTIMATED_INDEXED_SPANS_USAGE =
new HourlyUsageAttributionUsageType("estimated_indexed_spans_usage");
public static final HourlyUsageAttributionUsageType ESTIMATED_INGESTED_LOGS_USAGE =
new HourlyUsageAttributionUsageType("estimated_ingested_logs_usage");
public static final HourlyUsageAttributionUsageType ESTIMATED_INGESTED_SPANS_USAGE =
new HourlyUsageAttributionUsageType("estimated_ingested_spans_usage");
public static final HourlyUsageAttributionUsageType ESTIMATED_RUM_SESSIONS_USAGE =
new HourlyUsageAttributionUsageType("estimated_rum_sessions_usage");
public static final HourlyUsageAttributionUsageType FARGATE_USAGE =
new HourlyUsageAttributionUsageType("fargate_usage");
public static final HourlyUsageAttributionUsageType FUNCTIONS_USAGE =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum<String> {
"dbm_queries_usage",
"error_tracking_usage",
"error_tracking_percentage",
"estimated_indexed_logs_usage",
"estimated_indexed_logs_percentage",
"estimated_ingested_logs_usage",
"estimated_ingested_logs_percentage",
"estimated_indexed_spans_usage",
"estimated_indexed_spans_percentage",
"estimated_ingested_spans_usage",
Expand Down Expand Up @@ -116,8 +112,6 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum<String> {
"serverless_apps_percentage",
"snmp_usage",
"snmp_percentage",
"estimated_rum_sessions_usage",
"estimated_rum_sessions_percentage",
"universal_service_monitoring_usage",
"universal_service_monitoring_percentage",
"vuln_management_hosts_usage",
Expand Down Expand Up @@ -268,14 +262,6 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum<String> {
new MonthlyUsageAttributionSupportedMetrics("error_tracking_usage");
public static final MonthlyUsageAttributionSupportedMetrics ERROR_TRACKING_PERCENTAGE =
new MonthlyUsageAttributionSupportedMetrics("error_tracking_percentage");
public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INDEXED_LOGS_USAGE =
new MonthlyUsageAttributionSupportedMetrics("estimated_indexed_logs_usage");
public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INDEXED_LOGS_PERCENTAGE =
new MonthlyUsageAttributionSupportedMetrics("estimated_indexed_logs_percentage");
public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INGESTED_LOGS_USAGE =
new MonthlyUsageAttributionSupportedMetrics("estimated_ingested_logs_usage");
public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INGESTED_LOGS_PERCENTAGE =
new MonthlyUsageAttributionSupportedMetrics("estimated_ingested_logs_percentage");
public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INDEXED_SPANS_USAGE =
new MonthlyUsageAttributionSupportedMetrics("estimated_indexed_spans_usage");
public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_INDEXED_SPANS_PERCENTAGE =
Expand Down Expand Up @@ -356,10 +342,6 @@ public class MonthlyUsageAttributionSupportedMetrics extends ModelEnum<String> {
new MonthlyUsageAttributionSupportedMetrics("snmp_usage");
public static final MonthlyUsageAttributionSupportedMetrics SNMP_PERCENTAGE =
new MonthlyUsageAttributionSupportedMetrics("snmp_percentage");
public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_RUM_SESSIONS_USAGE =
new MonthlyUsageAttributionSupportedMetrics("estimated_rum_sessions_usage");
public static final MonthlyUsageAttributionSupportedMetrics ESTIMATED_RUM_SESSIONS_PERCENTAGE =
new MonthlyUsageAttributionSupportedMetrics("estimated_rum_sessions_percentage");
public static final MonthlyUsageAttributionSupportedMetrics UNIVERSAL_SERVICE_MONITORING_USAGE =
new MonthlyUsageAttributionSupportedMetrics("universal_service_monitoring_usage");
public static final MonthlyUsageAttributionSupportedMetrics
Expand Down
Loading
Loading