GetSignalRecommendationsResponse interface

Response from getSignalRecommendations containing two independent suggestion streams for the Azure resource type represented by the target Entity. recommendedSignals lists signals broadly recommended to be enabled by default; recommendedConfigurations lists additional metrics that are not broadly applicable but, if a caller chooses to monitor one of them, ship with suggested starting-point thresholds. The two arrays are independent — items are not paired by index, and callers should treat them as two separate suggestion streams.

Properties

recommendedConfigurations

Additional signal configurations for metrics that are not broadly applicable to every health model for an Entity of this resource type, but if a caller chooses to monitor one of these metrics, the provided thresholds are suggested as a starting point. Independent of recommendedSignals — not paired by index.

recommendedSignals

Signals that are broadly recommended to be enabled by default for health models monitoring an Entity of this resource type. Each entry is a complete signal configuration (metric, aggregation, thresholds) ready to be added to a health model. Independent of recommendedConfigurations — not paired by index.

Property Details

recommendedConfigurations

Additional signal configurations for metrics that are not broadly applicable to every health model for an Entity of this resource type, but if a caller chooses to monitor one of these metrics, the provided thresholds are suggested as a starting point. Independent of recommendedSignals — not paired by index.

recommendedConfigurations: SignalConfiguration[]

Property Value

recommendedSignals

Signals that are broadly recommended to be enabled by default for health models monitoring an Entity of this resource type. Each entry is a complete signal configuration (metric, aggregation, thresholds) ready to be added to a health model. Independent of recommendedConfigurations — not paired by index.

recommendedSignals: SignalConfiguration[]

Property Value