Containers Performance

Microsoft.SQLServer.Linux.Rollup.DBFilegroupFx.ContainerToDBFilegroupFxPerformance (DependencyMonitor)

Rolls up all containers performance monitors to the DB Memory-Optimized data filegroup.

Knowledge Base article:

Summary

This monitor is a rollup of performance monitoring for all Containers hosted on this DB Memory-Optimized data filegroup. If the state is unknown, the monitoring has not been initialized yet.

Causes

Unhealthy state for this monitor indicates a problem with performance of Containers hosted on this DB Memory-Optimized data filegroup. View all current alerts for this DB Memory-Optimized data filegroup using this link:

View Alerts

Resolutions

Use the health explorer to drill down and find the cause of the unhealthy state. Use the knowledge on the specific monitor causing the issue to troubleshoot and fix the problem.

Overridable Parameters

Name

Description

Default Value

Alert Priority

Defines Alert Priority.

Normal

Alert Severity

Defines Alert Severity.

Match monitor’s health

Enabled

Enables or disables the workflow.

Yes

Generates Alerts

Defines whether the workflow generates an Alert.

Yes

Element properties:

TargetMicrosoft.SQLServer.Linux.DBFilegroupFx
Parent MonitorSystem.Health.PerformanceState
AlgorithmBestOf
Source MonitorSystem.Health.PerformanceState
RelationshipMicrosoft.SQLServer.Linux.DBFilegroupFxHostsContainer
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
MSSQL on Linux: Memory-Optimized data filegroup container is running out of space
The Memory-Optimized data filegroup "{2}" for database "{3}" on SQL Server instance "{1}", computer "{0}" is running out of space. Review the state of unit monitors to determine the root cause.
See knowledge section for more details.

Source Code:

<DependencyMonitor ID="Microsoft.SQLServer.Linux.Rollup.DBFilegroupFx.ContainerToDBFilegroupFxPerformance" Target="SqlDiscL!Microsoft.SQLServer.Linux.DBFilegroupFx" ParentMonitorID="Health!System.Health.PerformanceState" RelationshipType="SqlDiscL!Microsoft.SQLServer.Linux.DBFilegroupFxHostsContainer" MemberMonitor="Health!System.Health.PerformanceState" Accessibility="Public" Enabled="true" Remotable="true" Priority="Normal">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.SQLServer.Linux.Rollup.DBFilegroupFx.ContainerToDBFilegroupFxPerformance.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="SqlCoreLib!Microsoft.SQLServer.Core.DBEngine"]/MachineName$</AlertParameter1>
<AlertParameter2>$Target/Host/Host/Property[Type="SqlCoreLib!Microsoft.SQLServer.Core.DBEngine"]/InstanceName$</AlertParameter2>
<AlertParameter3>$Target/Property[Type="SqlCoreLib!Microsoft.SQLServer.Core.Filegroup"]/GroupName$</AlertParameter3>
<AlertParameter4>$Target/Host/Property[Type="SqlCoreLib!Microsoft.SQLServer.Core.Database"]/DatabaseName$</AlertParameter4>
</AlertParameters>
</AlertSettings>
<Algorithm>BestOf</Algorithm>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>