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
6793d430
Unverified
Commit
6793d430
authored
Feb 16, 2019
by
Lemon
Committed by
GitHub
Feb 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md (#150)
parent
b8d46b43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
15 deletions
+1
-15
README.md
README.md
+1
-15
No files found.
README.md
View file @
6793d430
...
...
@@ -66,15 +66,9 @@ Set the `ASPNETCORE_HOSTINGSTARTUPASSEMBLIES` environment variable to support th
```
dotnet new mvc -n sampleapp
cd sampleapp
dotnet add package SkyAPM.Agent.AspNetCore
// enable SkyAPM.Agent.AspNetCore
set ASPNETCORE_HOSTINGSTARTUPASSEMBLIES=SkyAPM.Agent.AspNetCore
// set service_name
set SKYWALKING__SERVICENAME=sample_app
dotnet run
```
...
...
@@ -83,15 +77,9 @@ dotnet run
```
dotnet new mvc -n sampleapp
cd sampleapp
dotnet add package SkyAPM.Agent.AspNetCore
// enable SkyAPM.Agent.AspNetCore
export ASPNETCORE_HOSTINGSTARTUPASSEMBLIES=SkyAPM.Agent.AspNetCore
// set service_name
export SKYWALKING__SERVICENAME=sample_app
dotnet run
```
...
...
@@ -103,9 +91,7 @@ Install `SkyAPM.DotNet.CLI`
dotnet tool install -g SkyAPM.DotNet.CLI
```
Use
`dotnet skywalking config [your_service_name] [your_servers]`
to generate config file.
Example
Use
`dotnet skyapm config [your_service_name] [your_servers]`
to generate config file.
```
dotnet skyapm config sample_app 192.168.0.1:11800
...
...
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