Skip to content

Remove deprecated estimated usage types for usage attribution #2068

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-24 20:04:21.923156",
"spec_repo_commit": "aaacb8db"
"regenerated": "2024-10-25 13:05:56.233511",
"spec_repo_commit": "a2f558e8"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-24 20:04:21.941746",
"spec_repo_commit": "aaacb8db"
"regenerated": "2024-10-25 13:05:56.251656",
"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
Loading
Loading