package org.kairosdb.client; public interface DataPointEvent { void datapoint(String metricName); }