5 changed files with 54 additions and 5 deletions
@ -0,0 +1,30 @@ |
|||
{ |
|||
"SkyWalking": { |
|||
"ServiceName": "Lion.AbpPro", |
|||
"Namespace": "", |
|||
"HeaderVersions": [ |
|||
"sw8" |
|||
], |
|||
"Sampling": { |
|||
"SamplePer3Secs": -1, |
|||
"Percentage": -1.0 |
|||
}, |
|||
"Logging": { |
|||
"Level": "Information", |
|||
"FilePath": "logs\\skyapm-{Date}.log" |
|||
}, |
|||
"Transport": { |
|||
"Interval": 3000, |
|||
"ProtocolVersion": "v8", |
|||
"QueueSize": 30000, |
|||
"BatchSize": 3000, |
|||
"gRPC": { |
|||
"Servers": "localhost:11800", |
|||
"Timeout": 10000, |
|||
"ConnectTimeout": 10000, |
|||
"ReportTimeout": 600000, |
|||
"Authentication": "" |
|||
} |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue