• 静夜思朝颜's avatar
    Provide profile task downstream to sniffer (#4172) · 4cf0600f
    静夜思朝颜 提交于
    * Provide profile task downstream to sniffer
    
    * fix agent unit testcase issue
    
    * add profile switch config on sniffer
    
    * fix es error
    
    * 1. add @DefaultImplementor on the sniffer profile task service
    2. change ProfileTaskExecutionService#PROFILE_TASK_READY_SCHEDULE to final and remove volatile
    2. fix style error
    
    * change timeFromStartMills use `<` to compare
    
    * 1. add `maxSamplingCount` to profile task
    2. make profile task limit to the common package
    
    * 1. change `agent.active_profile` to `profile.active` and make true on default
    2. add `maxSamplingCount` in profile task
    3. use `createTime` to check has new command list
    4. add task re-check before process profile task
    
    * 1. add `profile-receiver` document
    2. change `ProfileTaskExecutionService` use single schedule thread pool
    3. cache dont need fetch data when no data, use auto-fresh mechanism only
    
    * remove navigate time judge, fix comment wrong meaning
    4cf0600f
pom.xml 9.2 KB