Commit e63e9367 by huangzhihong

Update README.md

parent 4ce14746
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
} }
``` ```
- [Skywalking 配置](#skywalking) - [Skywalking 配置](#五使用-apm-扩展日志-skywalking)
1. **Console** 配置 1. **Console** 配置
- `Program.cs` - `Program.cs`
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
Serilog.Log.Logger.Information("Disk quota {Quota} MB exceeded by {Broker}", 12, "RabbitMQ"); //自定义扩展属性 Quota 、Broker Serilog.Log.Logger.Information("Disk quota {Quota} MB exceeded by {Broker}", 12, "RabbitMQ"); //自定义扩展属性 Quota 、Broker
``` ```
1. <b id="exceptionless">检索</b> 1. 检索
> Exceptionless 支持 Key:Value 格式检索 > Exceptionless 支持 Key:Value 格式检索
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
![search](./exceptionless-search.png) ![search](./exceptionless-search.png)
## <b id="skywalking">五、使用 `APM` 扩展日志 —— `SkyWalking`</b> ## 五、使用 `APM` 扩展日志 —— `SkyWalking`
1. 客户端 1. 客户端
- SkyAPM.Agent.AspNetCore - SkyAPM.Agent.AspNetCore
...@@ -288,5 +288,5 @@ ...@@ -288,5 +288,5 @@
1. 追踪与检索 1. 追踪与检索
> 通过 `TraceId` 到 `Exceptionless` 检索相关日志,检索方式参考:[Exceptionless检索](#exceptionless) > 通过 `TraceId` 到 `Exceptionless` 检索相关日志,检索方式参考:[Exceptionless检索](#exceptionless)
![search](./skyapm-track.png) ![search](./skyapm-track.png)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment