Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CAP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CAP
Commits
ac877fe9
Commit
ac877fe9
authored
May 23, 2018
by
Lemon
Committed by
吴晟 Wu Sheng
May 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README and Supported-List (#48)
* Update README and Support-List * Update Collector download link.
parent
3c4629b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
27 deletions
+8
-27
README.md
README.md
+3
-23
Supported-list.md
docs/Supported-list.md
+5
-4
No files found.
README.md
View file @
ac877fe9
...
...
@@ -25,13 +25,7 @@ A quick list of SkyWalking .NET Core Agent's capabilities
### Deploy SkyWalking Collector
#### Requirements
-
JDK 8+
#### Download
-
[
apache-skywalking-for-netcore-0.1
](
https://github.com/OpenSkywalking/skywalking-netcore/releases
)
#### Deploy
-
[
Deploy-backend-in-standalone-mode
](
https://github.com/apache/incubator-skywalking/blob/master/docs/en/Deploy-backend-in-standalone-mode.md#quick-start
)
-
SkyWalking Collector 5.0.0-beta or higher.
[
Download
](
https://github.com/apache/incubator-skywalking/releases
)
### Install SkyWalking .NET Core Agent
...
...
@@ -60,26 +54,12 @@ public void ConfigureServices(IServiceCollection services)
}
```
### HttpClientFactory
```
[Route("api/[controller]")]
public class ValuesController : Controller
{
[HttpGet("{id}")]
public Task<string> Get(int id, [FromServices] IHttpClientFactory httpClientFactory)
{
var httpClient = httpClientFactory.CreateClient("sw-tracing");
return httpClient.GetStringAsync("http://api.xxx.com/values");
}
}
```
# Contributing
This section is in progress here:
[
Contributing to skywalking-netcore
](
/CONTIBUTING.md
)
# Roadmap
Expect to release 0.2 compatible in May. 2018
-
Expect to release 0.2 compatible in May. 2018
-
Expect to release 0.3 compatible in June. 2018
# Contact Us
*
Submit an issue
...
...
docs/Supported-list.md
View file @
ac877fe9
-
[
ASP.NET Core
](
https://github.com/aspnet
)
-
[
HttpClientFactory
](
https://github.com/aspnet/HttpClientFactory
)
-
[
ASP.NET Core
](
https://github.com/aspnet
)
-
[
.NET Core BCL types (HttpClient and SqlClient)
](
https://github.com/dotnet/corefx
)
-
[
EntityFrameworkCore
](
https://github.com/aspnet/EntityFrameworkCore
)
-
[
.NET Core BCL types (HttpClient and SqlClient)
](
https://github.com/dotnet/corefx
)
-
[
CAP
](
https://github.com/dotnetcore/CAP
)
-
[
Npgsql.EntityFrameworkCore.PostgreSQL
](
https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL
)
-
[
Pomelo.EntityFrameworkCore.MySql
](
https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySqlßß
)
-
[
CAP
](
https://github.com/dotnetcore/CAP
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment