Blog.Core/Blog.Core.Api/skyapm.json

30 lines
591 B
JSON
Raw Normal View History

2021-11-05 14:10:08 +08:00
{
"SkyWalking": {
"ServiceName": "blog-core-api",
"Namespace": "",
"HeaderVersions": [
"sw8"
],
"Sampling": {
"SamplePer3Secs": -1,
"Percentage": -1.0
},
"Logging": {
"Level": "Information",
2022-03-14 16:05:54 +08:00
"FilePath": "Log/skyapm-{Date}.log"
2021-11-05 14:10:08 +08:00
},
"Transport": {
"Interval": 3000,
"ProtocolVersion": "v8",
"QueueSize": 30000,
"BatchSize": 3000,
"gRPC": {
"Servers": "elasticsearch:11800",
"Timeout": 10000,
"ConnectTimeout": 10000,
"ReportTimeout": 600000
}
}
}
}