sample snippet from the parsed log document:
{
"appName": "MongoDB Automation Agent v10.16.5.6520 (git: e4fef549c7036b5a31e046b5692a259467d6f68e)",
"command": {
"aggregate": "dispatchjobs",
"maxTimeMS": 15000,
"pipeline": [
{
"$sample": {
"size": 772
}
}
],
"cursor": {},
"lsid": {
"id": {
"$binary": "HJjZ1xLjRRuVloMZ01zw7A==",
"$type": "03"
}
},
"$clusterTime": {
"clusterTime": {
"$timestamp": {
"t": 1599032548,
"i": 83
}
},
"signature": {
"hash": {
"$binary": "PHh4eHh4eD4=",
"$type": "00"
},
"keyId": {
"$numberLong": "6818169589222866945"
}
}
},
"$db": "openfleet-core",
"$readPreference": {
"mode": "primaryPreferred"
}
},
"planSummary": [
{
"MULTI_ITERATOR": {}
}
]
REASON FOR QUESTION POST:
identify queries causing alerts
QUESTIONS:
1 what is “MongoDB Automation Agent”?
2 why is it running a $sample at regular intervals?
i cannot find detailed info on parsed log document
any links or guidance will be appreciated as we are having performance issues and in the process of culling unused indexes and tuning.
thank you in advance
Mark