Skip to content

add dynamic syntax log and monitor#7946

Open
huzhiguang wants to merge 1 commit into
facebook:masterfrom
baidu-lamp:add-dynamic-syntax-log-and-monitor
Open

add dynamic syntax log and monitor#7946
huzhiguang wants to merge 1 commit into
facebook:masterfrom
baidu-lamp:add-dynamic-syntax-log-and-monitor

Conversation

@huzhiguang

Copy link
Copy Markdown
Contributor

(1)add eval and create_function compile num monitor (call check-health command),monitor name is EvaledUnits(eval num) and CreateFuncs(create_function num) in check-health command
(2)add option Eval.EnableDynamicFuncWarn (default is False),print warning log use eval and create_function call compile code will print warning log when option set Eval.EnableDynamicFuncWarn is True

Add monitoring and logging, mainly to avoid performance loss.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment