- 14 Jan, 2019 5 commits
-
-
Lemon authored
* Set up CI with Azure Pipelines * update version to 0.7.0 * rm azure-pipeline
-
Savorboard authored
* upgrade deps nuget packages * Update appveyor.yml * Merge Branch * Update appveyor.yml
-
吴晟 Wu Sheng authored
-
Ahoo Wang authored
* fix ContextManager.ContextProperties is-null check bug * optimize null-check * fix AssemblyName : SSkyWalking -> SkyWalking
-
Ahoo Wang authored
* fix ContextManager.ContextProperties is-null check bug * optimize null-check
-
- 25 Dec, 2018 1 commit
-
-
kaanid authored
-
- 23 Dec, 2018 1 commit
-
-
kaanid authored
* skywalking.json * Update skywalking.json.md * skywalking.json
-
- 12 Dec, 2018 1 commit
-
-
linkinshi authored
-
- 15 Nov, 2018 1 commit
-
-
XiaoFu authored
as title
-
- 29 Oct, 2018 1 commit
-
-
beckjin authored
Set ServiceCollectionExtensions to public,in order to use services.AddSkyWalkingCore () in ConfigureServices. (#100)
-
- 09 Oct, 2018 1 commit
-
-
吴晟 Wu Sheng authored
-
- 08 Oct, 2018 3 commits
-
-
Lemon authored
* Set up CI with Azure Pipelines * Fix windows DOTNET_ADDITIONAL_DEPS * rm azure-pipelines.yml * Remove SkyWalking.Diagnostics.EntityFrameworkCore.Sqlite
-
Lemon authored
* Set up CI with Azure Pipelines * Clean up solution structure * Delete SkyWalking.NetworkProtocol * remove HostingStartup * Rename "SkyWalking.AspNetCore" to "SkyWalking.Agent.AspNetCore" * Add SkyWalking.DotNet.CLI for SkyWalking dotnet global tool * Fix CI: DotnetTool does not support target framework lower than netcoreapp2.1. * Add SkyWalking.DotNet.CLI.Command parser * Implement the "dotnet sw install" command to install the SkyWalking .NET Core Agent. * Add SkyWalking additonalDeps * Generate config file for SkyWalking .NET Core Agent * Update DirectoryProvider.cs * Fix : Access to the path is denied in windows * Fix : Access to the path is denied in windows * Change tmp directory log * Fix Information log level * Rename SkyWalking.DotNet.CLI tool command * Update README.md * Fix : An assembly specified in the application dependencies manifest was not found * Update README.md * Fix install SkyWalking DotNet CLI * Fix dotnet store error on windows
-
Lemon authored
* Set up CI with Azure Pipelines * Clean up solution structure * Delete SkyWalking.NetworkProtocol * remove HostingStartup * Rename "SkyWalking.AspNetCore" to "SkyWalking.Agent.AspNetCore" * Add SkyWalking.DotNet.CLI for SkyWalking dotnet global tool * Fix CI: DotnetTool does not support target framework lower than netcoreapp2.1. * Add SkyWalking.DotNet.CLI.Command parser * Implement the "dotnet sw install" command to install the SkyWalking .NET Core Agent. * Add SkyWalking additonalDeps * Generate config file for SkyWalking .NET Core Agent * Update DirectoryProvider.cs * Fix : Access to the path is denied in windows * Fix : Access to the path is denied in windows * Change tmp directory log * Fix Information log level * Rename SkyWalking.DotNet.CLI tool command * Update README.md * Fix : An assembly specified in the application dependencies manifest was not found * Update README.md * Fix install SkyWalking DotNet CLI
-
- 01 Oct, 2018 1 commit
-
-
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. * Fast creation of objects using lambda expression instead of Activator.CreateInstance(type) .
-
- 28 Sep, 2018 1 commit
-
-
Lemon authored
* Feature/hostingstartup (#80) * Update TargetFrameworkVersion * Update appveyor.yml * Feature/hostingstartup (#81) * Update TargetFrameworkVersion * Update appveyor.yml * Update appveyor.yml * Update version.props * Add ISkyWalkingClient interface * Refactor * Fix ProjectReference * Fix PackageReference * Fix System.Threading.ThreadPool * Refactor IComponents * Update appveyor.yml * Update version.cake * Fix namespace * Remove SkyWalking.Dictionarys * Refactor * Refactor ServiceDiscoveryService * Refactor * Refactor * Add TraceSegmentTransportService * Blocking dispatcher strategy * Add gRPC Transport * Add InstrumentationHostedService * Refactor skywalking logger * Agent function test. * Add debug log * Fix trace segment queue * Refactor AsyncQueueTraceDispatcher * re-naming * Rename gRPCClient * Refactor SkyWalking.Utilities * Trace data sent to collector * Add SkyWalkingHostingStartup * Fix peer transform * Refactor ContextCarrier * Refactor SkyWalking.AspNet * Update appveyor.yml * Fix CI * Cleanup tests that are no longer applicable
-
- 02 Sep, 2018 1 commit
-
-
refactor2 authored
-
- 05 Jul, 2018 1 commit
-
-
Lemon authored
-
- 03 Jul, 2018 1 commit
-
-
XiaoFu authored
fix Pomelo.EntityFrameworkCore.MySql
-
- 28 Jun, 2018 1 commit
-
-
Lemon authored
* Add TLS and Token support * Add licenses * Add TLS support in Asp.Net
-
- 23 Jun, 2018 1 commit
-
-
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.
-
- 19 Jun, 2018 1 commit
-
-
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
-
- 17 Jun, 2018 1 commit
-
-
Lemon authored
* support .NET Framework 461 * change ":" to "-" in CarrierItem
-
- 11 Jun, 2018 1 commit
-
-
Lemon authored
* Implement sampling * Update sample projects
-
- 09 Jun, 2018 1 commit
-
-
Lemon authored
-
- 07 Jun, 2018 1 commit
-
-
Lemon authored
* Check ApplicationId before register applicationInstance * update version.props
-
- 06 Jun, 2018 1 commit
-
-
Lemon authored
-
- 23 May, 2018 1 commit
-
-
Lemon authored
* Update README and Support-List * Update Collector download link.
-
- 18 May, 2018 1 commit
-
-
Lemon authored
-
- 11 May, 2018 1 commit
-
-
Lemon authored
* Fix: register application fial * Fix registerInstance return null * Fix: register applicationInstance fail * Optimize performance for call application registerApplication service * Modify the timeout parameter
-
- 08 May, 2018 1 commit
-
-
Lemon authored
-
- 07 May, 2018 1 commit
-
-
Lemon authored
-
- 06 May, 2018 1 commit
-
-
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
-
- 02 May, 2018 1 commit
-
-
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
-
- 01 May, 2018 2 commits
-
-
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.
-
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.
-
- 30 Apr, 2018 1 commit
-
-
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
-
- 29 Apr, 2018 1 commit
-
-
Lemon authored
* Downgrade dependencies * Refactor SkyWalking.Diagnostics * Add ParameterBinder * Fix null parameter * Add unit tests for SkyWalking.Diagnostics * Fix property binding
-
- 28 Apr, 2018 2 commits
-
-
吴晟 Wu Sheng authored
* Update README.md * Update Supported-list.md
-
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.
-