Package org.apache.dubbo.metrics.event
Class MetricsInitEvent
java.lang.Object
org.apache.dubbo.metrics.event.MetricsEvent
org.apache.dubbo.metrics.event.TimeCounterEvent
org.apache.dubbo.metrics.event.MetricsInitEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.dubbo.metrics.event.MetricsEvent
MetricsEvent.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MetricsInitEventtoMetricsInitEvent(ApplicationModel applicationModel, Invocation invocation, boolean serviceLevel) Methods inherited from class org.apache.dubbo.metrics.event.TimeCounterEvent
getTimePairMethods inherited from class org.apache.dubbo.metrics.event.MetricsEvent
appName, customAfterPost, getAttachments, getAttachmentValue, getMetricsEventMulticaster, getSource, getTypeWrapper, isAssignableFrom, isAvailable, putAttachment, putAttachments, setAvailable, toString
-
Constructor Details
-
MetricsInitEvent
-
-
Method Details
-
toMetricsInitEvent
public static MetricsInitEvent toMetricsInitEvent(ApplicationModel applicationModel, Invocation invocation, boolean serviceLevel)
-