From b69892d1a87db41affae206cdaf494c0abaa3285 Mon Sep 17 00:00:00 2001 From: liuhaoyang Date: Tue, 1 Feb 2022 20:42:07 +0800 Subject: [PATCH] delete roadmap.md --- README.md | 3 --- docs/roadmap.md | 20 -------------------- 2 files changed, 23 deletions(-) delete mode 100644 docs/roadmap.md diff --git a/README.md b/README.md index aac8f550..b1b4a738 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,6 @@ Use `dotnet skyapm config [your_service_name] [your_servers]` to generate config dotnet skyapm config sample_app 192.168.0.1:11800 ``` -# Roadmap -[What are we going to do next?](/docs/roadmap.md) - # Contributing This section is in progress here: [Contributing to SkyAPM-dotnet](/CONTIBUTING.md) diff --git a/docs/roadmap.md b/docs/roadmap.md deleted file mode 100644 index cb41e69c..00000000 --- a/docs/roadmap.md +++ /dev/null @@ -1,20 +0,0 @@ -# Roadmap - -## v0.8.0 -- TraceContext refactoring. -- Upgrade to Skywalking 6.0 protocol. -- Fix known bugs in the issue list. -- ASP.NET request tracing. - -## v0.9.0 -- CLR runtime monitoring(need backend support). -- Support IIS monitoring and tracing. -- WCF request tracing. -- Custom Sampling Interceptor. -- Custom Configuration Loading. -- Performance optimization - -## v1.0.0 -- CLR Profiler(Experimental feature) -- Support plug-in. -- More third-party library support, such as mysql, redis, kafka, rabbitmq..