public interface Metric
| Modifier and Type | Method and Description |
|---|---|
void |
addBlock()
Increment by one the current blovk count.
|
void |
addException()
Increment by one the current exception count.
|
void |
addPass()
Increment by one the current pass count.
|
void |
addRT(long rt)
Add given RT to current total RT.
|
void |
addSuccess()
Increment by one the current success count.
|
long |
block()
Get total block count.
|
void |
debugQps() |
List<MetricNode> |
details() |
long |
exception()
Get total exception count.
|
long |
maxSuccess() |
long |
minRt()
Get the minimal RT.
|
long |
pass()
Get total pass count.
|
long |
previousWindowBlock() |
long |
previousWindowPass() |
long |
rt()
Get total RT.
|
long |
success()
Get total success count.
|
Window[] |
windows()
Get the raw window array.
|
long success()
long maxSuccess()
long exception()
long block()
long pass()
long rt()
long minRt()
List<MetricNode> details()
Window[] windows()
void addException()
void addBlock()
void addSuccess()
void addPass()
void addRT(long rt)
rt - RTvoid debugQps()
long previousWindowBlock()
long previousWindowPass()
Copyright © 2018 Alibaba Group. All rights reserved.