Interface MetricsService
public interface MetricsService
Collects anonymous usage statistics and reports them, if the server owner left metrics on.
-
Method Details
-
start
void start()Starts the reporting schedule, replacing any schedule already running. -
createMetrics
-
send
void send()Sends one snapshot now, outside the schedule.
-