Interface TimedAnalytics
- All Known Implementing Classes:
TimedAnalyticsImpl
@ParametersAreNonnullByDefault
public interface TimedAnalytics
- Since:
- 7.11
-
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.util.profiling.Ticker
Start a ticker that will send an analytic event at its completion.com.atlassian.util.profiling.Ticker
Start a ticker that will send an analytic event at its completion.static TimedAnalytics
-
Method Details
-
timedAnalytics
-
start
Start a ticker that will send an analytic event at its completion. The event will be sent after the Analytics plugin is ready.- Parameters:
eventName
- name of the analytics event that will get sent at the completion of the split ticker- Returns:
- the ticker
-
startAt
Start a ticker that will send an analytic event at its completion. The event will be sent after the Analytics plugin is ready.- Parameters:
eventName
- name of the analytics event that will get sent at the completion of the split tickerat
- when this operation started, relative to application start time- Returns:
- the ticker
-