Class InvocationMetrics

java.lang.Object
com.huaweicloud.common.metrics.InvocationMetrics

public class InvocationMetrics extends Object
Invocation metrics maintains metrics for `the execution of an operation` of a microservice. e.g. when the microservice receive a request for path `/foo/bar`, invocation metrics record the successful calls, failed calls and time taken for this path.