Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
data-center-auto
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
bltdc
data-center-auto
Commits
3a365724
Commit
3a365724
authored
Dec 26, 2020
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接入 skywalking
parent
2d0561a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
0 deletions
+31
-0
AutoTurnOver.csproj
AutoTurnOver/AutoTurnOver.csproj
+1
-0
skyapm.json
AutoTurnOver/skyapm.json
+30
-0
No files found.
AutoTurnOver/AutoTurnOver.csproj
View file @
3a365724
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<PackageReference Include="Bailun.ServiceFabric.Exceptionless" Version="1.1.2" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.0.2105168" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.0.2105168" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.10" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.10" />
...
...
AutoTurnOver/skyapm.json
0 → 100644
View file @
3a365724
{
"SkyWalking"
:
{
"ServiceName"
:
"aims-web-api"
,
//服务名,显示在skywalking的服务
"Namespace"
:
"skywalking"
,
"HeaderVersions"
:
[
"sw6"
],
"Sampling"
:
{
"SamplePer3Secs"
:
-1
,
"Percentage"
:
-1.0
},
"Logging"
:
{
"Level"
:
"Information"
,
"FilePath"
:
"logs
\\
skyapm-{Date}.log"
},
"Transport"
:
{
"Interval"
:
3000
,
"ProtocolVersion"
:
"v6"
,
"QueueSize"
:
30000
,
"BatchSize"
:
3000
,
"gRPC"
:
{
"Servers"
:
"10.0.0.4:11800"
,
//内网地址
10.0
.
0.4
:
11800
"Timeout"
:
10000
,
"ConnectTimeout"
:
10000
,
"ReportTimeout"
:
600000
}
}
}
}
\ 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