1. 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
  2. 21 3月, 2019 1 次提交
  3. 20 3月, 2019 1 次提交
  4. 11 3月, 2019 2 次提交
  5. 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
  6. 18 2月, 2019 1 次提交
  7. 12 2月, 2019 1 次提交
    • wu-sheng's avatar
      Support Top sql (#2239) · 4babd6ff
      wu-sheng 提交于
      * The prototype of topN sql worker.
      
      * Add scope and new manual dispatcher.
      
      * no message
      
      * Finish topN persistence codes. Not test yet. And query have not added.
      
      * Finish the top n database statement persistent.
      
      * Support different slow thresholds for different db types.
      
      * Fix wrong db default threshold
      
      * Finish new query protocol binding.
      
      * Provide query empty implementation and sync ui.
      
      * Finish all codes, hope it works :P
      I will run the tests tonight.
      
      * Fix
      
      * Fix
      
      * Fix a startup issue.
      
      * Add time bucket to persistent.
      
      * Fix wrong query result column name.
      
      * Fix Database query.
      
      * Fix checkstyle.
      
      * Fix wrong order logic, and add a test case to verify, to fix https://github.com/apache/incubator-skywalking/pull/2239#discussion_r255948249
      4babd6ff
  8. 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
  9. 07 1月, 2019 1 次提交
  10. 13 12月, 2018 1 次提交
  11. 06 12月, 2018 1 次提交
  12. 30 11月, 2018 1 次提交
  13. 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
  14. 28 11月, 2018 1 次提交
  15. 23 11月, 2018 1 次提交
  16. 22 11月, 2018 1 次提交
    • gRPC client usage improve (#1946) · 7c8a683c
      彭勇升 pengys 提交于
      * Close the clients which are unreachable.
      Remote client manager test case and comments.
      
      * Test the GRPCRemote client.
      
      * 1. Catch the throwable for onComplete method cause of it will throw exception when connection lost.
      2. Check the gRPC channel state, send message when state is ready, wait 5 second when state is not ready.
      
      Notice: gRPC channel getState with true parameter will trigger reconnect operation.
      
      * gRPC client will reconnect to the server when network recorvered.
      
      * Recovery application.yml
      
      * Recovery proto module commit id.
      
      * no message
      
      * Fixed compile error.
      7c8a683c
  17. 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
  18. 16 11月, 2018 1 次提交
  19. 28 10月, 2018 1 次提交
    • 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
  20. 22 10月, 2018 1 次提交
  21. 15 10月, 2018 1 次提交
  22. 27 9月, 2018 1 次提交
  23. 09 9月, 2018 1 次提交
  24. 04 9月, 2018 1 次提交
    • SkyWalking's trace receiver implementation. (#1618) · d0e68872
      彭勇升 pengys 提交于
      * Buffer stream.
      
      * Buffer file reader.
      
      * Buffer library performance test and functional test successfully.
      
      * Fixed the code merge mistake.
      
      * SkyWalking's trace receiver implementation.
      
      * SkyWalking's trace receiver implementation.
      
      * Delete collector module.
      d0e68872
  25. 01 9月, 2018 1 次提交
  26. 20 8月, 2018 1 次提交
  27. 17 8月, 2018 1 次提交
  28. 15 8月, 2018 1 次提交
  29. 03 8月, 2018 1 次提交
  30. 01 8月, 2018 1 次提交
  31. 26 7月, 2018 1 次提交
  32. 24 7月, 2018 1 次提交
  33. 20 7月, 2018 1 次提交
  34. 19 7月, 2018 1 次提交
  35. 11 7月, 2018 1 次提交
  36. 27 6月, 2018 1 次提交
  37. 20 6月, 2018 1 次提交
    • G
      Webapp/login (#1374) · 38e4af8c
      Gao Hongtao 提交于
      * Add login filter
      
      Username and password are stored in application.yml with
      prefix "security.user"
      
      * Modify startup script and add webapp.yml config file
      
      * Update quick-start document for default login username/password
      
      * Update deploy document for new webapp.yml config file
      
      * Update license for new files.
      38e4af8c
  38. 24 3月, 2018 1 次提交
  39. 28 2月, 2018 1 次提交