Redis Method Call
This section describes the types, names, and meanings of Redis method call metrics collected by APM.
Parameter |
Data Type |
Application Type |
Default |
Supported Start Agent Version |
Supported End Agent Version |
Description |
---|---|---|---|---|---|---|
Parameter Parsing |
radio |
JAVA |
false |
2.0.0 |
- |
Whether to parse Redis parameters and return values |
Length |
integer |
JAVA |
1000 |
2.0.0 |
- |
Maximum length of parameters to be parsed |
Port Differentiation |
radio |
JAVA |
false |
2.0.0 |
- |
Whether to distinguish Redis ports |
Name |
Metric |
Name |
Description |
Unit |
Data Type |
Default Aggregation Mode |
---|---|---|---|---|---|---|
Call details (detail) |
host |
Host |
Host |
- |
ENUM |
LAST |
action |
Method |
Method |
- |
ENUM |
LAST |
|
lastError |
Error Message |
Error message |
- |
STRING |
LAST |
|
slowTraceId |
Slowest Trace ID |
Slowest trace ID |
- |
STRING |
LAST |
|
errorTraceId |
Error Trace ID |
Error trace ID |
- |
STRING |
LAST |
|
range1 |
0–5 ms |
Number of requests with 0–5 ms response time |
- |
INT |
SUM |
|
range2 |
5–10 ms |
Number of requests with 5–10 ms response time |
- |
INT |
SUM |
|
range3 |
10–50 ms |
Number of requests with 10–50 ms response time |
- |
INT |
SUM |
|
range4 |
50–100 ms |
Number of requests with 50–100 ms response time |
- |
INT |
SUM |
|
range5 |
100–1000 ms |
Number of requests with 100–1000 ms response time |
- |
INT |
SUM |
|
range6 |
> 1s |
Number of requests with response time longer than 1s |
- |
INT |
SUM |
|
invokeCount |
Calls |
Number of calls |
- |
INT |
SUM |
|
hits |
Hits |
Hits of methods including GET, HGET, and EXPIRE |
- |
INT |
SUM |
|
totalTime |
Total RT |
Total response time |
ms |
INT |
SUM |
|
maxTime |
Max. RT |
Maximum response time |
ms |
INT |
MAX |
|
errorCount |
Errors |
Number of errors |
- |
INT |
SUM |
|
runningCount |
Ongoing Executions |
Number of tasks that are being executed |
- |
INT |
SUM |
|
concurrentMax |
Max. Concurrency |
Maximum concurrency |
- |
INT |
MAX |
|
blobCount |
Calls with Large Field Returned |
Number of calls with more than 1000 bytes returned |
- |
INT |
SUM |
|
getInvokeCount |
GET Calls |
Number of times that GET methods including GET, HGET, and EXPIRE have been called |
- |
INT |
SUM |
|
traffic |
Traffic |
Call traffic |
- |
INT |
SUM |
|
Host summary (host) |
host |
Host |
Host |
- |
ENUM |
LAST |
lastError |
Error Message |
Error message |
- |
STRING |
LAST |
|
slowTraceId |
Slowest Trace ID |
Slowest trace ID |
- |
STRING |
LAST |
|
errorTraceId |
Error Trace ID |
Error trace ID |
- |
STRING |
LAST |
|
range1 |
0–5 ms |
Number of requests with 0–5 ms response time |
- |
INT |
SUM |
|
range2 |
5–10 ms |
Number of requests with 5–10 ms response time |
- |
INT |
SUM |
|
range3 |
10–50 ms |
Number of requests with 10–50 ms response time |
- |
INT |
SUM |
|
range4 |
50–100 ms |
Number of requests with 50–100 ms response time |
- |
INT |
SUM |
|
range5 |
100–1000 ms |
Number of requests with 100–1000 ms response time |
- |
INT |
SUM |
|
range6 |
> 1s |
Number of requests with response time longer than 1s |
- |
INT |
SUM |
|
invokeCount |
Calls |
Number of calls |
- |
INT |
SUM |
|
hits |
Hits |
Hits of methods including GET, HGET, and EXPIRE |
- |
INT |
SUM |
|
totalTime |
Total RT |
Total response time |
ms |
INT |
SUM |
|
maxTime |
Max. RT |
Maximum response time |
ms |
INT |
MAX |
|
errorCount |
Errors |
Number of errors |
- |
INT |
SUM |
|
runningCount |
Ongoing Executions |
Number of tasks that are being executed |
- |
INT |
SUM |
|
blobCount |
Calls with Large Field Returned |
Number of calls with more than 1000 bytes returned |
- |
INT |
SUM |
|
getInvokeCount |
GET Calls |
Number of times that GET methods including GET, HGET, and EXPIRE have been called |
- |
INT |
SUM |
|
traffic |
Traffic |
Call traffic |
- |
INT |
SUM |
|
Method summary (action) |
action |
Method |
Method |
- |
ENUM |
LAST |
lastError |
Last Exception Type |
Last exception type |
- |
STRING |
LAST |
|
slowTraceId |
Slowest Trace ID |
Slowest trace ID |
- |
STRING |
LAST |
|
errorTraceId |
Error Trace ID |
Error trace ID |
- |
STRING |
LAST |
|
range1 |
0–5 ms |
Number of requests with 0–5 ms response time |
- |
INT |
SUM |
|
range2 |
5–10 ms |
Number of requests with 5–10 ms response time |
- |
INT |
SUM |
|
range3 |
10–50 ms |
Number of requests with 10–50 ms response time |
- |
INT |
SUM |
|
range4 |
50–100 ms |
Number of requests with 50–100 ms response time |
- |
INT |
SUM |
|
range5 |
100–1000 ms |
Number of requests with 100–1000 ms response time |
- |
INT |
SUM |
|
range6 |
> 1s |
Number of requests with response time longer than 1s |
- |
INT |
SUM |
|
invokeCount |
Calls |
Number of calls |
- |
INT |
SUM |
|
hits |
Hits |
Hits of methods including GET, HGET, and EXPIRE |
- |
INT |
SUM |
|
totalTime |
Total RT |
Total response time |
ms |
INT |
SUM |
|
maxTime |
Max. RT |
Maximum response time |
ms |
INT |
MAX |
|
errorCount |
Errors |
Number of errors |
- |
INT |
SUM |
|
runningCount |
Ongoing Executions |
Ongoing executions |
- |
INT |
SUM |
|
blobCount |
Calls with Large Field Returned |
Number of calls with more than 1000 bytes returned |
- |
INT |
SUM |
|
getInvokeCount |
GET Calls |
Number of times that GET methods including GET, HGET, and EXPIRE have been called |
- |
INT |
SUM |
|
traffic |
Traffic |
Traffic |
- |
INT |
SUM |
|
Summary (total) |
lastError |
Last Exception Type |
Last exception type |
- |
STRING |
LAST |
slowTraceId |
Slowest Trace ID |
Slowest trace ID |
- |
STRING |
LAST |
|
errorTraceId |
Error Trace ID |
Error trace ID |
- |
STRING |
LAST |
|
range1 |
0–5 ms |
Number of requests with 0–5 ms response time |
- |
INT |
SUM |
|
range2 |
5–10 ms |
Number of requests with 5–10 ms response time |
- |
INT |
SUM |
|
range3 |
10–50 ms |
Number of requests with 10–50 ms response time |
- |
INT |
SUM |
|
range4 |
50–100 ms |
Number of requests with 50–100 ms response time |
- |
INT |
SUM |
|
range5 |
100–1000 ms |
Number of requests with 100–1000 ms response time |
- |
INT |
SUM |
|
range6 |
> 1s |
Number of requests with response time longer than 1s |
- |
INT |
SUM |
|
invokeCount |
Calls |
Number of calls |
- |
INT |
SUM |
|
hits |
Hits |
Hits of methods including GET, HGET, and EXPIRE |
- |
INT |
SUM |
|
totalTime |
Total RT |
Total response time |
ms |
INT |
SUM |
|
maxTime |
Max. RT |
Maximum response time |
ms |
INT |
MAX |
|
errorCount |
Errors |
Number of errors |
- |
INT |
SUM |
|
runningCount |
Ongoing Executions |
Number of tasks that are being executed |
- |
INT |
SUM |
|
blobCount |
Calls with Large Field Returned |
Number of calls with more than 1000 bytes returned |
- |
INT |
SUM |
|
getInvokeCount |
GET Calls |
Number of times that GET methods including GET, HGET, and EXPIRE have been called |
- |
INT |
SUM |
|
traffic |
Traffic |
Traffic |
- |
INT |
SUM |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot