Is it possible to create an advisery condition based on the number of key lookups counter visible in the S1 performanse dashboard?
If yes, where do I find the latest value
greetings
BL
I found it myself.
S1 one is doing a translation of Probe scans/Sec to Key lookups / Sec
See query (SELECT * FROM [SentryOne].[dbo].[PerformanceAnalysisVirtualCounter] where FriendlyCounterName like '%key%')
So no problem to use probe scans/sec in an advisory condition.