Skip to content

New keys for summary public endpoint for Event Management Correlation product #30905

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": "2025-08-05 16:22:16.328705",
"spec_repo_commit": "69305be2"
"regenerated": "2025-08-05 21:12:25.609401",
"spec_repo_commit": "6e520c27"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-08-05 16:22:26.436950",
"spec_repo_commit": "69305be2"
"regenerated": "2025-08-05 21:12:35.942453",
"spec_repo_commit": "6e520c27"
}
}
}
11 changes: 10 additions & 1 deletion content/en/api/v1/usage-metering/examples.json

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions data/api/v1/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21004,6 +21004,21 @@ components:
hours in the current date for the given org.
format: int64
type: integer
event_management_correlation_correlated_events_sum:
description: Shows the sum of all Event Management correlated events over
all hours in the current date for all organizations.
format: int64
type: integer
event_management_correlation_correlated_related_events_sum:
description: Shows the sum of all Event Management correlated related events
over all hours in the current date for all organizations.
format: int64
type: integer
event_management_correlation_sum:
description: Shows the sum of all Event Management correlations over all
hours in the current date for all organizations.
format: int64
type: integer
fargate_container_profiler_profiling_fargate_avg:
description: The average number of Profiling Fargate tasks over all hours
in the current date for all organizations.
Expand Down Expand Up @@ -21934,6 +21949,21 @@ components:
hours in the current date for the given org.
format: int64
type: integer
event_management_correlation_correlated_events_sum:
description: Shows the sum of all Event Management correlated events over
all hours in the current date for the given org.
format: int64
type: integer
event_management_correlation_correlated_related_events_sum:
description: Shows the sum of all Event Management correlated related events
over all hours in the current date for the given org.
format: int64
type: integer
event_management_correlation_sum:
description: Shows the sum of all Event Management correlations over all
hours in the current date for the given org.
format: int64
type: integer
fargate_container_profiler_profiling_fargate_avg:
description: The average number of Profiling Fargate tasks over all hours
in the current month for the given org.
Expand Down Expand Up @@ -22869,6 +22899,21 @@ components:
hours in the current month for all organizations.
format: int64
type: integer
event_management_correlation_agg_sum:
description: Shows the sum of all Event Management correlations over all
hours in the current month for all organizations.
format: int64
type: integer
event_management_correlation_correlated_events_agg_sum:
description: Shows the sum of all Event Management correlated events over
all hours in the current month for all organizations.
format: int64
type: integer
event_management_correlation_correlated_related_events_agg_sum:
description: Shows the sum of all Event Management correlated related events
over all hours in the current month for all organizations.
format: int64
type: integer
fargate_container_profiler_profiling_fargate_avg_sum:
description: The average number of Profiling Fargate tasks over all hours
in the current month for all organizations.
Expand Down
Loading
Loading