This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add diagnotics docs
master
Savorboard
5 years ago
parent
7571161416
commit
138e80668f
1 changed files
with
24 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+24
-1
docs/content/user-guide/cn/monitoring/diagnostics.md
+ 24
- 1
docs/content/user-guide/cn/monitoring/diagnostics.md
View File
@@ -1 +1,24 @@
# Diagnostics
# Diagnostics
Diagnostics 提供一组功能使我们能够很方便的可以记录在应用程序运行期间发生的关键性操作以及他们的执行时间等,使管理员可以查找特别是生产环境中出现问题所在的根本原因。
## CAP 中的 Diagnostics
在 CAP 中,对 `DiagnosticSource` 提供了支持,监听器名称为 `CapDiagnosticListener`。
Diagnostics 提供对外提供的事件信息有:
* 消息持久化之前
* 消息持久化之后
* 消息持久化异常
* 消息向MQ发送之前
* 消息向MQ发送之后
* 消息向MQ发送异常
* 消息从MQ消费保存之前
* 消息从MQ消费保存之后
* 订阅者方法执行之前
* 订阅者方法执行之后
* 订阅者方法执行异常
相关涉及到的对象,你可以在 `DotNetCore.CAP.Diagnostics` 命名空间下看到。
Write
Preview
Loading…
Cancel
Save