EnvironmentInsightsOverview
An overview of insights and metrics for an environment over a date range. Inner sections are returned as JSON to allow upstream evolution without schema churn.
type EnvironmentInsightsOverview {
healthScore: HealthScore
insights: JSON
metrics: JSON
}
Fields
EnvironmentInsightsOverview.healthScore ● HealthScore object common
Overall health score for the environment over the selected window.
EnvironmentInsightsOverview.insights ● JSON scalar common
Qualitative insight entries (positive/action items grouped by category). Each item is an object with at least type, category, title, and description.
EnvironmentInsightsOverview.metrics ● JSON scalar common
Aggregated metric summaries with current vs previous period totals. Each item is an object with at least metric, currTotalAggr, prevTotalAggr, aggrFunction, and measurementUnit.
Member Of
AppEnvironment object