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
In a previous PR, we improved the custom threshold logging by using logger callback and removing unnecessary logging. In this ticket, we would like to do the same for the infra-related rules. (You can find more context in this ticket)
Essentially, for any CPU-intensive processing, we need to use logger callback, here is an example of this change:
Summary
In a previous PR, we improved the custom threshold logging by using logger callback and removing unnecessary logging. In this ticket, we would like to do the same for the infra-related rules. (You can find more context in this ticket)
Essentially, for any CPU-intensive processing, we need to use logger callback, here is an example of this change:
Request: ${JSON.stringify({ searches })}
);Request: ${JSON.stringify({ searches })}
);Here is a list of existing instances in the infra plugin that we need to fix:
The text was updated successfully, but these errors were encountered: