Unverified Commit b8629db1 authored by Lemon's avatar Lemon Committed by GitHub

Add roadmap.md (#134)

parent aef02446
...@@ -94,6 +94,9 @@ Use `dotnet skywalking config [your_application_code] [your_collector_server]` t ...@@ -94,6 +94,9 @@ Use `dotnet skywalking config [your_application_code] [your_collector_server]` t
dotnet skywalking config sample_app 192.168.0.1:11800 dotnet skywalking config sample_app 192.168.0.1:11800
``` ```
# Roadmap
[What are we going to do next?](/docs/roadmap.md)
# Contributing # Contributing
This section is in progress here: [Contributing to skywalking-netcore](/CONTIBUTING.md) This section is in progress here: [Contributing to skywalking-netcore](/CONTIBUTING.md)
......
# Roadmap
## v0.8.0
- TraceContext refactoring.
- Upgrade to Skywalking 6.0 protocol.
- Fix known bugs in the issue list.
- CLR runtime monitoring.
- Support IIS monitoring and tracing.
- ASP.NET and WCF request tracing.
## v0.9.0
- CLR Profiler(Experimental feature)
- Support plug-in.
- More third-party library support, such as mysql, redis, kafka, rabbitmq..
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment