forked from docs/doc-exports
Reviewed-by: Mützel, Andrea <andrea.muetzel@t-systems.com> Co-authored-by: Li, Qiao <qiaoli@huawei.com> Co-committed-by: Li, Qiao <qiaoli@huawei.com>
9.7 KiB
9.7 KiB
Netty Memory
This section describes the types, names, and meanings of Netty memory metrics collected by APM.
Category |
Metric |
Name |
Description |
Unit |
Data Type |
Default Aggregation Mode |
---|---|---|---|---|---|---|
Memory (memory: memory metrics) |
directMemoryUsage |
directMemoryUsage |
Used direct memory |
- |
INT |
AVG |
maxDirectMemory |
maxDirectMemory |
Maximum direct memory |
- |
INT |
MAX |
|
Exception (exception) |
causeType |
causeType |
Class |
- |
ENUM |
LAST |
exceptionType |
exceptionType |
Exception type |
- |
ENUM |
LAST |
|
count |
count |
Count |
- |
INT |
SUM |
|
message |
message |
Exception message |
- |
STRING |
LAST |
|
stackTrace |
stackTrace |
Exception stack |
- |
CLOB |
LAST |
Parent topic: Basic Monitoring