Interface AutomationObservabilityService
- All Known Implementing Classes:
JiraAnalyticsObservabilityService
public interface AutomationObservabilityService
-
Method Summary
Modifier and TypeMethodDescriptionvoidanalyticEvent(A4JAnalyticEvent event) voidhistogramMetric(TenantContext tenantContext, String metricName, double value, List<MetricsTag> tags) default voidincrementMetric(TenantContext tenantContext, String metricName) voidincrementMetric(TenantContext tenantContext, String metricName, double value, List<MetricsTag> tags) voidincrementMetric(TenantContext tenantContext, String metricName, List<MetricsTag> tags) voidtimerMetric(TenantContext tenantContext, String metricName, Duration duration, List<MetricsTag> tags)
-
Method Details
-
incrementMetric
-
incrementMetric
-
incrementMetric
void incrementMetric(TenantContext tenantContext, String metricName, double value, List<MetricsTag> tags) -
histogramMetric
void histogramMetric(TenantContext tenantContext, String metricName, double value, List<MetricsTag> tags) -
timerMetric
void timerMetric(TenantContext tenantContext, String metricName, Duration duration, List<MetricsTag> tags) -
analyticEvent
-