mosn / holmes

self-aware Golang profile dumper
Apache License 2.0
1.06k stars 135 forks source link

support diff or abs = 0, meaning disable them. #112

Closed Jun10ng closed 1 year ago

cch123 commented 2 years ago

maybe provide a const value naming disable is better:

package holmes
const Disabled

package usermain

WithMemDump(30, holmes.Disabled, 80, time.Minute) 

cc @doujiang24