|
For the latest stable version, please use Korvet 0.19! |
Mapper Metrics
These metrics are emitted by korvet-mapper.
Metrics
Compression Ratio
Compression ratio recorded by mapper compression operations. The distribution’s _count also reports the compression event count per algorithm.
Name: korvet.mapper.compression_ratio
Type: distribution summary
Key |
Description |
|
Compression algorithm (e.g. |
Failures
Mapper failures by operation and exception class.
Name: korvet.mapper.failures
Type: counter
Key |
Description |
|
Exception class simple name normalised to lower case. |
|
Logical mapper operation name. |
Operation
Mapper operation latency, observed per call. Tagged with the logical operation name and outcome ( success, error). Use the timer’s _count for operation counts.
Name: korvet.mapper.operation
Type: timer
Base unit: seconds
Key |
Description |
|
Logical mapper operation name. |
|
Operation outcome (e.g. |