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
There appears to be a silent failure in the upstream with the sql variation command recorder that causes only one entry to ever make it to the db (and no entries in the snmprec).
When the .record method is called, it indexes into the context dictionary looking for Start_OID or so, but the context dictionary has "args.start-object" instead. In my workspace, I changed the lookup string in the sql variation and got a capture. Probably it would be better to correct the context dict's key value upon entry.
cf etingof issue 162
The text was updated successfully, but these errors were encountered:
There appears to be a silent failure in the upstream with the sql variation command recorder that causes only one entry to ever make it to the db (and no entries in the snmprec).
When the .record method is called, it indexes into the context dictionary looking for Start_OID or so, but the context dictionary has "args.start-object" instead. In my workspace, I changed the lookup string in the sql variation and got a capture. Probably it would be better to correct the context dict's key value upon entry.
cf etingof issue 162
The text was updated successfully, but these errors were encountered: