Class CategoryOverall
java.lang.Object
org.apache.dubbo.metrics.model.key.CategoryOverall
The overall event set, including the event processing functions in three stages
-
Constructor Summary
ConstructorsConstructorDescriptionCategoryOverall(MetricsPlaceValue placeType, MetricsCat post, MetricsCat finish, MetricsCat error) -
Method Summary
-
Constructor Details
-
CategoryOverall
public CategoryOverall(@Nullable MetricsPlaceValue placeType, MetricsCat post, @Nullable MetricsCat finish, @Nullable MetricsCat error) - Parameters:
placeType- When placeType is null, it means that placeType is obtained dynamicallypost- Statistics of the number of events, as long as it occurs, it will take effect, so it cannot be null
-
-
Method Details
-
getPost
-
getFinish
-
getError
-