| 接口 | 说明 |
|---|---|
| Event |
Event is used to log anything interesting happens at a specific time. |
| ForkedTransaction | |
| Heartbeat |
Heartbeat is used to log data that happens in a regular intervals, for example once per second, such as
system load, CPU percentage, memory usage, thread pool statistics, cache hit/miss rate, service manifest etc., and
even some configuration could be carried by Heartbeat. |
| Message |
Message represents data collected during application runtime.
|
| MessageProducer |
Message factory is used to create new transaction,event and/or heartbeat.
|
| Metric |
Metric is used to log business data point happens at a specific time. |
| TaggedTransaction | |
| Trace |
Trace is used to log anything for trace message info happens at a specific time. |
| Transaction |
Transaction is any interesting unit of work that takes time to complete and may fail. |
Copyright © 2022. All rights reserved.