1. 07 9月, 2020 1 次提交
  2. 23 8月, 2020 1 次提交
    • S
      feature: v8 protocol support (#314) · 76f397bc
      snakorse 提交于
      * fix conflict and compatibility of hosting
      
      * feature: v8 protocol support
      
      * bugfix: UniqueId should support string part
      
      * bugfix: StringOrNumValue gethashcode null exception fix.
      
      * feature: Component add id value.
      
      * optimize: Remove the jar binaries.
      
      * optimize: Remove md5 for performance reason.
      
      * bugfix: Fix the java bootstrap script error.
      
      * bugfix: Component id not being passed to oap server properly.
      
      * optimize: Prefer to use the integer value when do transport to reduce the payload.
      
      * optimize: Set the HeaderVersions.SW6 as default.
      
      * bugfix: Register the CLRStatsService and its dependency into IOC
      
      * bugfix: Set HeaderVersions.SW8 as default
      
      * Optimize: Remove old protocol related code && Change traceId to string && Support config instance name
      Co-authored-by: NElderJames <shunjiey@hotmail.com>
      Co-authored-by: N郭刚平 <gangping.guo@xiaobao100.com>
      76f397bc
  3. 06 8月, 2020 1 次提交
  4. 18 2月, 2020 1 次提交
  5. 20 1月, 2020 1 次提交
  6. 19 1月, 2020 1 次提交
  7. 17 1月, 2020 1 次提交
  8. 15 1月, 2020 1 次提交
  9. 06 1月, 2020 1 次提交
    • S
      CAP version 3.0 diagnostics support (#263) · 6097dc68
      Savorboard 提交于
      * Fix build error
      
      * Support CAP diagnoatics version 3.0
      
      * Enhanced message queue interface temporarily, using Skywalking supported components
      
      * Update CAP version to 3.0.0
      6097dc68
  10. 31 12月, 2019 1 次提交
  11. 28 12月, 2019 1 次提交
  12. 25 12月, 2019 2 次提交
    • S
      grpc skywalking feature optimize (#241) · 51b9aff5
      ShaoHans 提交于
      * 追踪grpc服务调用
      
      * update
      
      * 1.fix bug:调用grpc服务,当grpcContext.Host为null时会导致peer为null,从而未能形成一条完整链路,故为grpcContext.Host设置一个默认值
      2.代码优化
      51b9aff5
    • J
      update to .net core 3.1 (#264) · 16444d21
      James Yeung 提交于
      * chore: update to .net core 3.1
      
      * chore: update ci environment
      
      * chore: fix dependence
      16444d21
  13. 08 9月, 2019 1 次提交
  14. 15 7月, 2019 1 次提交
  15. 02 7月, 2019 1 次提交
    • Tce (#212) · def87689
      彭伟 提交于
      * Add general host
      
      * Add sign
      
      * Add implicit convert
      
      * Add xml comment
      
      * Fix process crash when has unhandled exception.
      def87689
  16. 15 4月, 2019 1 次提交
  17. 11 4月, 2019 1 次提交
  18. 10 4月, 2019 2 次提交
  19. 09 4月, 2019 1 次提交
    • L
      Feature/clr metrics (#185) · 10b7aaba
      Lemon 提交于
      * Add clr metrics report
      
      * mark smartsql as manual plug-in
      
      * Update CpuHelpers
      10b7aaba
  20. 08 4月, 2019 1 次提交
  21. 07 4月, 2019 1 次提交
  22. 03 4月, 2019 1 次提交
  23. 02 4月, 2019 2 次提交
  24. 27 3月, 2019 1 次提交
  25. 21 3月, 2019 2 次提交
  26. 09 3月, 2019 1 次提交
  27. 02 3月, 2019 2 次提交
  28. 23 2月, 2019 1 次提交
  29. 17 2月, 2019 1 次提交
  30. 16 2月, 2019 3 次提交
  31. 14 2月, 2019 1 次提交
  32. 13 2月, 2019 2 次提交
    • L
      Refactor tracing context (#139) · 2f240672
      Lemon 提交于
      * Delete `ISkyWalkingClient` interface
      
      * Use segment protocol V2
      
      * Forget the old api. All context apis will be overwritten.
      
      * Add segments define
      
      * Add some apis
      
      * Add carrierParser
      
      * Add SegmentContextAccessor API
      
      * Add SampledDelegate interface
      
      * Add thread-safe  SamplerChainBuilder
      
      * Add SegmentContextFactory
      
      * Add ITracingContext Interface
      
      * Refactoring the core API for tracing context
      
      * remove utils package
      
      * Resolve issue #57 : Provide percentage-based sampling
      
      * Refactor HttpClient Tracing
      
      * Fix header carrier
      
      * Add async exitSpan sample
      
      * Add Task.WhenAll sample
      
      * Refactor EntityFrameworkCore tracing
      
      * Refactor SqlClient & CAP Tracing
      
      * Refactor Asp.Net tracing
      
      * Remove outdated APIs
      2f240672
    • L
      Package release (#145) · 91ab544c
      Lemon 提交于
      * Rename PackagePrefix from `SkyWalking` to `SkyAPM`
      
      * Delete MySql.Data
      
      * Rename Agent package name
      91ab544c