Uses of Class
com.avioconsulting.mule.opentelemetry.api.notifications.MetricBaseNotificationData
-
-
Uses of MetricBaseNotificationData in com.avioconsulting.mule.opentelemetry.api.notifications
Classes in com.avioconsulting.mule.opentelemetry.api.notifications with type parameters of type MetricBaseNotificationData Modifier and Type Class Description classMetricBaseNotificationData<SELF extends MetricBaseNotificationData<SELF>>Metrics notifications data holder to use by Metrics providers for processing custom metrics. -
Uses of MetricBaseNotificationData in com.avioconsulting.mule.opentelemetry.api.providers
Methods in com.avioconsulting.mule.opentelemetry.api.providers with type parameters of type MetricBaseNotificationData Modifier and Type Method Description <N extends MetricBaseNotificationData<N>>
voidOpenTelemetryMetricsProvider. captureCustomMetric(N metricNotification)For any notifications raised withMetricBaseNotificationData's subclass as a notification data, this module will delegate -
Uses of MetricBaseNotificationData in com.avioconsulting.mule.opentelemetry.internal.connection
Methods in com.avioconsulting.mule.opentelemetry.internal.connection with parameters of type MetricBaseNotificationData Modifier and Type Method Description voidOpenTelemetryMetricsProviderCollection. captureCustomMetric(MetricBaseNotificationData metricNotification)
-