Few questions / statements on logging. I'm troubleshooting slowness since installing SEUM on my standalone APM box. The majority of this slowness seems to be on the APM side but I'm still trying to determine if SEUM has a part of it.
1. Logging from remote agents seems to be lacking on the main SEUM install. I had one playback on a remote agent fail and it wasn't clear why. SEUM reported the playback as having not played back yet. To me it seems like there needs to be some better information on the main console about why a job might be failing without having to resort to logging in to the remote agent. I previously used the remote logs succesfully to fix an issue so the data is all there it just seems like it needs a phone home option to get some better detail into the console.
2. I'm getting a bunch of warnings on long running queries. Possibly related to perf issues I'm having with APM as well.
2011-08-29 16:02:35,603 [17] WARN SolarWinds.Orion.Common.SqlHelper - Long Running Query:
SELECT t.TransactionId,t.RecordingId,t.AgentId,t.Name,t.Description,t.Frequency,t.IsLicensed,t.JobId,t.LastStatus,t.LastDuration,t.LastDateTimeUtc,t.WarningThreshold,t.CriticalThreshold,e.ServerName AS PollingEngineName
FROM SEUM_Transactions t
INNER JOIN SEUM_Agents a ON t.AgentId = a.AgentId
INNER JOIN Engines e ON a.PollingEngineId = e.EngineId
WHERE t.TransactionId in (5)
Do I need to be concerned with these?