Class MetricBaseNotificationData<SELF extends MetricBaseNotificationData<SELF>>
- java.lang.Object
-
- com.avioconsulting.mule.opentelemetry.api.notifications.MetricBaseNotificationData<SELF>
-
- Type Parameters:
SELF- class extending this class
public abstract class MetricBaseNotificationData<SELF extends MetricBaseNotificationData<SELF>> extends Object
Metrics notifications data holder to use by Metrics providers for processing custom metrics.
-
-
Constructor Summary
Constructors Constructor Description MetricBaseNotificationData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getMetricAttributes()StringgetMetricName()StringgetMetricType()ObjectgetMetricValue()SELFsetMetricAttributes(Map<String,String> metricAttributes)SELFsetMetricName(String metricName)SELFsetMetricType(String metricType)SELFsetMetricValue(Object metricValue)
-