You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"name": "Azure SQL Server Database Log Write Percent",
"type": "query alert",
"query": "avg(last_1h):avg:azure.sql_servers_databases.log_write_percent{*} by {server_name,name} > 50",
"message": "{{#is_alert}} The Log IO usage is greater than {{threshold}}% on database {{scope.name}}. {{/is_alert}}\n{{#is_recovery}} The Log IO percentage monitor has recovered. {{/is_recovery}}",