Skip to content

Instantly share code, notes, and snippets.

@migue
Created April 5, 2013 07:47
Show Gist options
  • Save migue/5317378 to your computer and use it in GitHub Desktop.
Save migue/5317378 to your computer and use it in GitHub Desktop.
/**
* SPI for metrics extensions
*/
public interface MetricsProvider {
public Metric collect();
public Map<String, Object> getMetricProperties();
public Long getId();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment