1. 31 3月, 2019 2 次提交
    • wu-sheng's avatar
      Reorganize the receiver proto (#2426) · 315c0e69
      wu-sheng 提交于
      * Move all receiver proto files together, in case the class conflict in gogoproto.
      
      * Add jaeger proto and its dependency proto. Also license provided.
      
      * Fix rat.
      315c0e69
    • 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. 30 3月, 2019 1 次提交
  3. 27 3月, 2019 1 次提交
  4. 26 3月, 2019 2 次提交
    • 1. Fixed the warning of 'parent.relativePath' points issue when running the... · a482eaf3
      彭勇升 pengys 提交于
      1. Fixed the warning of 'parent.relativePath' points issue when running the mvn package command. (#2404)
      
      2. Fixed the warning of duplicate declaration of plugin issue when running the mvn package command.
      3. Fixed the warning of duplicate declaration of mysql connector jar when running the mvn package command, because of provided scope include test scope.
      4. Fixed the warning of expression ${artifactId} is deprecated issue when running the mvn package command.
      5. Fixed the warning of expression ${version} is deprecated issue when running the mvn package command.
      a482eaf3
    • wu-sheng's avatar
      Support endpoint group in mesh. (#2403) · 3acd044d
      wu-sheng 提交于
      * Support endpoint group in mesh.
      
      * Fix CI.
      
      * Refactor for reduce string compare.
      
      * Support endpoint naming rule in service level
      3acd044d
  5. 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
  6. 23 3月, 2019 2 次提交
  7. 20 3月, 2019 1 次提交
  8. 19 3月, 2019 1 次提交
  9. 12 3月, 2019 1 次提交
    • wu-sheng's avatar
      Make k8s-Coordinator works in role mode. (#2347) · 0951b943
      wu-sheng 提交于
      * Make k8s-Coordinator back in role mode.
      
      * Start query API server after the core started.
      
      * Do lock when port has been intialized.
      
      * Rename service.
      
      * Fix text cases.
      
      * Declare ConfigService.class in core module.
      
      * Implement in an easier way.
      
      * Envoy print whole metric, now in debug.
      
      * Forcedly fix envoy timestamp issue.
      0951b943
  10. 11 3月, 2019 1 次提交
  11. 08 3月, 2019 2 次提交
  12. 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
  13. 01 3月, 2019 1 次提交
  14. 23 2月, 2019 1 次提交
  15. 20 2月, 2019 1 次提交
  16. 19 2月, 2019 1 次提交
  17. 18 2月, 2019 2 次提交
  18. 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
  19. 27 1月, 2019 1 次提交
    • L
      Database metrics provided. (#2025) · f7ca2672
      Lemon 提交于
      * Add Database source
      
      * Add DatabaseSource source and database_* script for oal
      
      * Enable Database_Indicator
      
      * Add file license
      
      * Rename DatabaseService to ClientDatabase. In the future, we may have real database server monitoring.
      
      * Add query database from H2
      
      * refactor
      
      * update submodule
      
      * refactor
      
      * Fix style
      
      * Fix: unknown tag error
      
      * fix checkstyle
      f7ca2672
  20. 23 1月, 2019 1 次提交
  21. 21 1月, 2019 1 次提交
    • Improve buffer reader speed. (#2188) · 9810c5e3
      彭勇升 pengys 提交于
      * 1. Sleep 500 milliseconds after a batch re-call finish.
      2. Re-create register lock index when the system property named debug is setting.
      3. Get the register inventory before lock to avoid increment the sequence but not use.
      4. Return the exchange flag after all the references and spans in one segment parsed to reduce the number of segment parse.
      5. Put the not exchanged segment into a collection then try to exchange no more than 10 times because of the exchange is asynchronous.
      6. Cache the segment object to avoid repeated deserialization.
      
      #2185
      
      * #2185
      1. Sleep 500 milliseconds after a batch re-call finish.
      2. Re-create register lock index when the system property named debug is setting.
      3. Get the register inventory before lock to avoid increment the sequence but not use.
      9810c5e3
  22. 20 1月, 2019 1 次提交
  23. 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
  24. 15 1月, 2019 1 次提交
  25. 13 1月, 2019 1 次提交
  26. 11 1月, 2019 1 次提交
  27. 10 1月, 2019 1 次提交
    • wu-sheng's avatar
      Provide grafana settings for telemetry (#2138) · 5f57e561
      wu-sheng 提交于
      * Change a label name for  sw instance to avoid confict.
      
      * Fix a wrong metric name.
      
      * Fix too many counter instances.
      
      * Set uptime to second.
      
      * Fix format.
      
      * Fix format
      
      * Remove two unnecessary counter.
      
      * Provide grafana dashboard settings and remove unnecessary metric.
      
      * Provide a simple UI brief doc. Fix #2137
      5f57e561
  28. 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
  29. 23 12月, 2018 1 次提交
  30. 18 12月, 2018 1 次提交
  31. 13 12月, 2018 2 次提交
  32. 06 12月, 2018 1 次提交
  33. 03 12月, 2018 1 次提交
  34. 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