1. 09 1月, 2020 1 次提交
    • 静夜思朝颜'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
  2. 06 1月, 2020 1 次提交
  3. 02 1月, 2020 1 次提交
    • W
      add Dynamic Configuration Consul AclToken (#4161) · 5fba9190
      web-xiaxia 提交于
      * Update ConsulConfigurationCenterSettings.java
      
      add aclTokne
      
      * Update ConsulConfigurationWatcherRegister.java
      
      add aclToken
      
      * Update application.yml
      
      add aclToken
      
      * Update ConsulConfigurationCenterSettings.java
      
      add aclToken
      
      * Update application.yml
      
      add aclToken
      
      * add aclToken
      
      * Replace with util
      
      * Replace with util
      
      * add consul aclToken
      5fba9190
  4. 01 1月, 2020 1 次提交
  5. 31 12月, 2019 1 次提交
    • 静夜思朝颜's avatar
      Provide thread monitor create task feature (#4145) · d38a8eaa
      静夜思朝颜 提交于
      * provide thread monitor task service to create
      
      * provide thread monitor task GraphQL implements
      
      * 1. change thread monitor field names
      2. fix `getThreadMonitorTaskList` query time bucket error
      
      * provide config stream processor
      
      * update submodule `query-protocol`
      
      * resolve e2e-mysql error
      
      * remove useless storage interface method.
      
      * rename `ThreadMonitorTask` to `ProfileTask`
      
      * change e2e-profile to the top level
      
      * fix profile test analyze error
      
      * remove StringUtil#isBlank.
      
      * 1. remove create profile task duration unit
      2. remove GraphQL getTask list duration field
      3. add `profileTaskQueryMaxSize` in `storage` -> `elasticsearch(7)` configuration, default get 200 profile task
      
      * provide e2e different storage tests
      
      * 1. fix rat check
      2. remove DurationUtils.java#toSecond
      3. remove ProfileTaskQueryEs7DAO
      
      * fix e2e code format error
      
      * provide es6 and es7 storage e2e tests
      
      * change e2e profile es module artifactId
      Co-authored-by: Nkezhenxu94 <kezhenxu94@163.com>
      d38a8eaa
  6. 30 12月, 2019 1 次提交
  7. 29 12月, 2019 1 次提交
  8. 27 12月, 2019 2 次提交
  9. 26 12月, 2019 1 次提交
  10. 25 12月, 2019 2 次提交
  11. 24 12月, 2019 1 次提交
  12. 23 12月, 2019 1 次提交
  13. 19 12月, 2019 1 次提交
  14. 18 12月, 2019 1 次提交
  15. 17 12月, 2019 3 次提交
  16. 16 12月, 2019 1 次提交
  17. 15 12月, 2019 1 次提交
    • wu-sheng's avatar
      Remove the local/exit span register mechanism in Java agent scenario (#4059) · 4e501328
      wu-sheng 提交于
      * Remove the local span and exit span register mechanism in Java agent scenario.
      
      * Fix config, plugin, and document, as exit span is not required register anymore.
      
      * Try to fix the test case expected data due to no register for exit span.
      
      * Fix toolkit case.
      
      * Remove exit span from plugin test framework document.
      
      * Update protocol, FAQ, and CHANGELOG documents to highlight this change.
      
      * Fix NPE when no entry span in the whole segment. Set endpoint to null in segment entity.
      
      * Fix the snapshot and add inexistence operation name id.
      
      * Fix several async cases.
      
      * Fix undertow test case.
      
      * Fix wrong error log name.
      
      * Keep name consistent with 6.x concepts.
      
      * Try to fix 3 async scenarios.
      
      * Fix okhttp case.
      
      * Fix Spring Async case.
      
      * Fix another NPE
      
      * Fix NPE when first span has no endpoint id when it is local or exit span.
      
      * Still fill first operation name when no endpoint id.
      4e501328
  18. 13 12月, 2019 1 次提交
  19. 11 12月, 2019 1 次提交
  20. 10 12月, 2019 1 次提交
  21. 09 12月, 2019 1 次提交
    • Z
      [Feature] Service instance dependency (#3978) · 3741f4e3
      zhang-wei 提交于
      * dispatcher
      
      * getServiceInstanceTopology implementation
      
      * CacheUpdateTimer
      
      * fix compilation failure
      
      * fix compilation failure
      
      * fix esDao
      
      * Update dao list
      
      * dispatcher
      
      * getServiceInstanceTopology implementation
      
      * CacheUpdateTimer
      
      * fix compilation failure
      
      * fix compilation failure
      
      * fix esDao
      
      * Update dao list
      
      * test e2e
      
      * add official_analysis.oal & update getServiceInstanceTopology
      
      * test instance topo for single service
      
      * fix gql
      
      * fix verifyServiceInstances
      
      * verifyServiceInstanceTopo
      
      * fix verifyServiceInstanceTopo
      
      * fix ServiceInstanceInventory#name
      
      * fix ServiceInstanceInventory#name
      
      * e2e test
      
      * fix action
      
      * fix provider port
      
      * fix Instance Node Type
      
      * re run
      
      * fix expected-data
      
      * add e2e mysql
      
      * set @test timeout
      
      * fix ci
      
      * increase timeout
      
      * re check
      
      * test ttl es7
      
      * test ttl
      
      * fix action
      
      * merge group
      
      * test ttl es7
      
      * replace official_analysis.oal
      
      * replace official_analysis.oal
      
      * comments
      
      * add TODO
      
      * add TODO
      
      * fix filed name
      3741f4e3
  22. 06 12月, 2019 1 次提交
  23. 04 12月, 2019 1 次提交
  24. 29 11月, 2019 2 次提交
    • G
      Distribute "service-apdex-threshold.yml" (#3976) · 87b7afcd
      Gao Hongtao 提交于
      * Update pom.xml
      
      Exclude "service-apdex-threshold.yml" from jar
      
      * Add service-apdex-threshold.yml to the config folder of release jar
      87b7afcd
    • G
      Add apdex function to OAL (#3855) · 6475ab3d
      Gao Hongtao 提交于
      * Add apdex function to OAL
      
      * Add empty line
      
      * Setup config watcher
      
      * Add identifier type to function parameter
      
      * Add config test
      
      * Update score algorithm
      
      * Replace responseCode with status
      
      * Add comments about apdex score algorithm
      
      * Add docs
      
      * Add e2e test case
      
      * Update test case
      
      * Fix disptch class generating error
      
      * Update value name of apdex metric
      
      * Tuning threshold
      
      * Fix single tolerated point bug
      6475ab3d
  25. 28 11月, 2019 1 次提交
  26. 21 11月, 2019 2 次提交
    • J
      d581f229
    • K
      [Feature] Support ElasticSearch 7 as backend storage (#3870) · 9b408e82
      kezhenxu94 提交于
      * [Feature] Officially support ElasticSearch 7 as backend storage
      
      * Extract bootstrap module to be shared by multiple starters
      
      * Add missing configuration file and distinguish different version in test
      
      * Update known-oap-backend-dependencies-es7.txt
      
      Update the dependency lib
      
      * Fix missing adaptation to ElasticSearch 7
      
      * Rename ElasticSearch 7 specific class with Es7 infix
      
      * Fix miss-adapted ElasticSearch DAO API
      
      * Add ES7 specific configuration and polish documentations
      
      * Polish documentations
      
      * Polish documentations
      9b408e82
  27. 20 11月, 2019 1 次提交
  28. 19 11月, 2019 3 次提交
  29. 18 11月, 2019 1 次提交
  30. 17 11月, 2019 1 次提交
  31. 15 11月, 2019 1 次提交
  32. 14 11月, 2019 1 次提交