1. 28 Jun, 2018 1 commit
  2. 23 Jun, 2018 1 commit
    • snakorse's avatar
      optimize: send trace segments to collector in batch queue. (#62) · 3dd8451a
      snakorse authored
      * optimize: send trace segments to collector in batch queue.
      
      * bugfix: batch send trace segments process should continue until the number of segments left in the queue lessthan the _batchsize.
      
      * bugfix: improve the batch sending segments process, and limit the max memory usage of the pending queue.
      3dd8451a
  3. 19 Jun, 2018 1 commit
    • Lemon's avatar
      Support Asp.Net Framework (#61) · b366155f
      Lemon authored
      * Add SkyWalking.AspNet project
      
      * Support .NET 4.5
      
      * Support Asp.Net Framework
      
      * Add Sample.AspNet project
      
      * Fix CI
      
      * Close grpc connection when application pool recycles
      b366155f
  4. 17 Jun, 2018 1 commit
  5. 11 Jun, 2018 1 commit
  6. 09 Jun, 2018 1 commit
  7. 07 Jun, 2018 1 commit
  8. 06 Jun, 2018 1 commit
  9. 23 May, 2018 1 commit
  10. 18 May, 2018 1 commit
  11. 11 May, 2018 1 commit
  12. 08 May, 2018 1 commit
  13. 07 May, 2018 1 commit
  14. 06 May, 2018 1 commit
    • Lemon's avatar
      Add supports for some EntityFrameworkCore Providers (#41) · c2f591a8
      Lemon authored
      * Add EntityFrameworkCore component define
      
      * Add EntityFrameworkCore component define
      
      * Refactor Diagnostics.EntityFrameworkCore
      
      * Remove DefaultEFCoreComponentProvider
      
      * Support EntityFrameworkCore.Sqlite
      
      * Update Sample.Backend
      
      * Support Pomelo_EntityFrameworkCore_MySql provider for EntityFrameworkCore
      
      *  Fix Parent Application Instance Id is 0
      
      * Support Npgsql.EntityFramework
      c2f591a8
  15. 02 May, 2018 1 commit
    • Lemon's avatar
      Support corefx built-in SqlClient (#39) · e328c61a
      Lemon authored
      * Update SkyWalking.Diagnostics.EntityFrameworkCore.csproj
      
      * Add DbType tag for EntityFrameworkCoreDiagnostic
      
      * Support corefx built-in SqlClient
      
      * Fix SqlErrorExecuteCommand
      
      * Add sqlClient support in SkyWalking.AspNetCore
      e328c61a
  16. 01 May, 2018 2 commits
    • Savorboard's avatar
      Fixed parameter bind bug (#38) · 17099445
      Savorboard authored
      * Add components project of SkyWalking.Diagnostics.EntityFrameworkCore for supports EntityFrameworkCore diagnostics.
      
      * Add builder extensions file and EF diagnostics default impl file.
      
      * Add EntityFrameworkDiagnostic processor.
      
      * Add unit tests for EntityFrameworkCore diagnostics component.
      
      * Fixed parameter bind bug.
      17099445
    • Savorboard's avatar
      Add supports for EntityFrameworkCore (#37) · 541751a1
      Savorboard authored
      * Add components project of SkyWalking.Diagnostics.EntityFrameworkCore for supports EntityFrameworkCore diagnostics.
      
      * Add builder extensions file and EF diagnostics default impl file.
      
      * Add EntityFrameworkDiagnostic processor.
      
      * Add unit tests for EntityFrameworkCore diagnostics component.
      541751a1
  17. 30 Apr, 2018 1 commit
    • Lemon's avatar
      [refactor] Remove Microsoft.Extensions.Http (#36) · 38e00071
      Lemon authored
      * Add HttpExceptionHandler in SkyWalking.Diagnostics.HttpClient
      
      * Fix IgnoredTracerContext
      
      * Add unit tests for SkyWalking.Diagnostics.HttpClient
      
      * Refactor remote services
      
      * Fix HostingDiagnosticProcessor
      
      * Add parametar binding for CapDiagnosticProcessor
      
      * Remove Microsoft.Extensions.Http
      
      * Update HttpClientDiagnosticTests.cs
      
      * Todo fix ci
      38e00071
  18. 29 Apr, 2018 1 commit
    • Lemon's avatar
      Refactor SkyWalking.Diagnostics (#35) · 1fb4378d
      Lemon authored
      * Downgrade dependencies
      
      * Refactor SkyWalking.Diagnostics
      
      * Add ParameterBinder
      
      * Fix null parameter
      
      * Add unit tests for SkyWalking.Diagnostics
      
      * Fix property binding
      1fb4378d
  19. 28 Apr, 2018 2 commits
    • 吴晟 Wu Sheng's avatar
      Adjust some documents (#34) · 426f0103
      吴晟 Wu Sheng authored
      * Update README.md
      
      * Update Supported-list.md
      426f0103
    • Savorboard's avatar
      Add supports for CAP (#33) · b0d5a562
      Savorboard authored
      * Remove unwanted package references.
      
      * Add cap example configuration to sample project.
      
      * Remove unwanted package references.
      
      * Add supports project for CAP.
      
      * Update samples.
      
      * Removed unused tags label.
      
      * Upgrade CAP nuget package to 2.2.2
      
      * Remove unused tags config from processors.
      b0d5a562
  20. 26 Apr, 2018 3 commits
  21. 24 Apr, 2018 1 commit
  22. 23 Apr, 2018 2 commits
  23. 22 Apr, 2018 1 commit
    • Lemon's avatar
      Refactor SkyWalking.AspNetCore (#20) · f7c2cd6e
      Lemon authored
      * Refactor SkyWalking.Diagnostics module
      
      * Init SkyWalking.Extensions.DependencyInjection project
      
      * Add dependency package
      
      * Refactor SkyWalking.AspNetCore
      
      * Rename AddSkyWalkingCore to AddSkyWalking
      f7c2cd6e
  24. 21 Apr, 2018 5 commits
  25. 20 Apr, 2018 5 commits
  26. 19 Apr, 2018 2 commits