I have the following in the SQL Errorlog, that was never there before:
sp_server_diagnostics encountered a long delay that was 2.5 times more than the repeat interval between two consecutive diagnostics result generations.
The repeat interval: 300000000, the elapsed time of this diagnostics result generation: *****, the elapsed time between the latest two diagnostics result generations: ********.
My understanding is that sp_server_diagnostics relates to AG health and cluster monitoring.
But this SQL Server is not in a cluster, with no AlwaysOn
It is SQL Server 2022 running on Linux
Any ideas why this would flood the errorlog?
Can I turn it off? Any risk in doing so?