1. 31 3月, 2019 1 次提交
    • wu-sheng's avatar
      Support Backend acts as pure Zipkin collector (#2424) · 601b472e
      wu-sheng 提交于
      * Codebase for zipkin span persistence.
      
      * Fix missing fields in storage.
      
      * Miss the latency field.
      
      * Finish some tests.
      
      * Fix wrong latency.
      
      * Finish doc and reset application.yml
      
      * Make the description more clear.
      601b472e
  2. 27 3月, 2019 1 次提交
  3. 25 3月, 2019 1 次提交
    • wu-sheng's avatar
      Support gRPC metric exporter (#2395) · 0ecf641c
      wu-sheng 提交于
      * Support grpc exporter.
      
      * Support scope(all) metric export and finish document.
      
      * Close exporter even in local debug env. And fix CI.
      
      * Remove the system.out
      
      * Fix absent 4.
      
      * Support subscription from remote.
      
      * Add the doc
      
      * Update application.yml
      0ecf641c
  4. 07 3月, 2019 1 次提交
    • wu-sheng's avatar
      Envoy metric support and a bug fix (#2321) · b4cb7e0b
      wu-sheng 提交于
      * Extend envoy metric service, scope and OAL lexer/parser.
      
      * Finish metric extension and oal.
      
      * Make test env works.
      
      * Finish test of envoy connection and memory metric.
      
      * Change document.
      
      * Finish docker compose test.
      b4cb7e0b
  5. 18 1月, 2019 1 次提交
    • wu-sheng's avatar
      GA tagged, move to 6.1 (#2180) · 5a7eb565
      wu-sheng 提交于
      * [maven-release-plugin] prepare release v6.0.0-GA
      
      * [maven-release-plugin] prepare for next development iteration
      5a7eb565
  6. 08 1月, 2019 1 次提交
    • wu-sheng's avatar
      Implement Prometheus to oap backend telemetry (#2133) · 6499d4f5
      wu-sheng 提交于
      * Finish the basic codes of telemetry.
      
      * Add many telemetry in oap.
      
      * Fix a test case.
      
      * Finish all telemetry metric.
      
      * Fix format.
      
      * Make telemetry works.
      
      * Support JVM metrics.
      
      * Add doc for telemetry.
      
      * Fix typo.
      
      * Fix #2135
      6499d4f5
  7. 23 12月, 2018 1 次提交
  8. 13 12月, 2018 2 次提交
  9. 07 12月, 2018 1 次提交
    • wu-sheng's avatar
      OAL tool module established (#2015) · 40eb6512
      wu-sheng 提交于
      * Move oal tool back into main repo, and fix compile issue.
      
      * Fix two bugs.
      
      * Remove all generated codes.
      
      * Make all oal generated codes out of source control.
      
      * Make mvn compile and package work.
      
      * Fix test cases.
      
      * Make compile right and provide new documents.
      
      * Remove an unnecessary tokens file.
      40eb6512
  10. 29 11月, 2018 1 次提交
    • wu-sheng's avatar
      Support backend sampling (#1977) · 5577f67d
      wu-sheng 提交于
      * Support sampling trace at server side and keep metric right.
      
      * Add a trace sampling document
      
      * Fix wrong default value.
      
      * Fix document issue.
      
      * Fix assemble issue.
      
      * Fix wrong settings and doc.
      5577f67d
  11. 18 11月, 2018 1 次提交
    • wu-sheng's avatar
      Restore Zipkin receiver based on new core (#1932) · 6b351135
      wu-sheng 提交于
      * Change some codes to make zipkin receiver works, not done yet.
      
      * @adriancole Zipkin receiver is coming back again.
      
      * Fix document and fix for Zipkin receiver.
      
      * Fix some bugs.
      
      * Fix register bug.
      
      * Fix transfer bug for new backend core.
      6b351135
  12. 06 11月, 2018 1 次提交
    • wu-sheng's avatar
      Sync 6.0.0-alpha release and version up to beta. (#1883) · 72a39e1f
      wu-sheng 提交于
      * Lock oracle and resin plugins version.
      
      * Move resin and oracle plugin to openskywalking
      
      * Restore submodule active.
      
      * Add another submodule active command.
      
      * Remove the wrong test cases in release and fix some doc issues.
      
      * [maven-release-plugin] prepare release v6.0.0-alpha
      
      * [maven-release-plugin] prepare for next development iteration
      
      * Fix some doc
      72a39e1f
  13. 28 10月, 2018 2 次提交
    • wu-sheng's avatar
      Revert #1790 reset feature and provide default alarm settings. (#1833) · 8cd327d8
      wu-sheng 提交于
      * Revert reset feature.
      
      * Set default dist alarm settings and make dist package setting files right.
      
      * Support empty list.
      8cd327d8
    • wu-sheng's avatar
      H2 storage (#1712) · a9489b70
      wu-sheng 提交于
      * H2 storage code skeleton.
      
      * Add batch dao for H2.
      
      * Fix wrong refactor.
      
      * Add codes of other dao. No metric dao, wait for @peng-yongsheng new PR.
      
      * Change license of distribution
      
      * Add topology query in H2.
      
      * Add more daos.
      
      * Add some daos.
      
      * Commit all H2 daos. Wait @peng-yongsheng to submit new IAggregationQueryDAO interface.
      
      * Fix some CIs
      
      * Fix wrong refactor, which causes h2 plugin failure.
      
      * Fix all codes of H2 storage. :) and CI should pass. No test.
      
      * Fix CI and typo
      
      * Fix connection closed.
      
      * Fix register bug
      
      * no message
      
      * Fixed service inventory register bug.
      
      * Fix a compile issue.
      
      * Sync change
      
      * Reset es as default storage.
      
      * Fix rat
      
      * Fix H2 compile issue.
      
      * Fix bugs for H2 storage.
      
      * Fix bug in mesh.
      
      * 1. Fix Thermodynamic query bug
      2. Fix service inventory query bug
      3. Fix missing traceid in trace query bug
      
      * Fix query bug.
      
      * Submit reverse caused by prev PR.
      
      * Fix duplicate spans.
      
      * Use H2 as default storage implementor.
      
      * Fix bug in topology query.
      
      * Fix CI
      
      * Fix rat
      
      * Fix two query in H2 storage.
      
      * Fix H2 query
      
      * Make release running in H2 mode and develop mode running is ES mode in default
      a9489b70
  14. 27 9月, 2018 1 次提交
  15. 12 9月, 2018 1 次提交
  16. 30 8月, 2018 1 次提交
  17. 29 8月, 2018 1 次提交
  18. 20 8月, 2018 1 次提交
  19. 17 8月, 2018 1 次提交
  20. 15 8月, 2018 1 次提交
  21. 09 8月, 2018 1 次提交
  22. 02 8月, 2018 1 次提交
  23. 01 8月, 2018 1 次提交
  24. 24 7月, 2018 1 次提交
  25. 19 7月, 2018 1 次提交
  26. 11 7月, 2018 1 次提交
  27. 07 7月, 2018 1 次提交
  28. 16 5月, 2018 1 次提交
  29. 02 4月, 2018 1 次提交
  30. 22 3月, 2018 1 次提交
    • wu-sheng's avatar
      Support ES type/table namespace feature (#956) · 0e60d40d
      wu-sheng 提交于
      * Proposal the code structure for table name prefix. Related to #932
      
      * Fix style check.
      
      * Keep ESDao table name in control.
      
      * Finish all codes about ES namespace feature.
      0e60d40d
  31. 14 3月, 2018 1 次提交
    • wu-sheng's avatar
      Prepare beta iteratoration (#944) · 08267611
      wu-sheng 提交于
      * [maven-release-plugin] prepare release apm-5.0.0-alpha
      
      * [maven-release-plugin] prepare for next development iteration
      08267611
  32. 26 2月, 2018 1 次提交
  33. 15 12月, 2017 1 次提交
  34. 10 12月, 2017 1 次提交
  35. 09 12月, 2017 1 次提交
  36. 06 12月, 2017 1 次提交
  37. 04 12月, 2017 1 次提交
  38. 22 11月, 2017 1 次提交