All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.avaje.metrics.core.MetricFactory Maven / Gradle / Ivy

There is a newer version: 9.0.1
Show newest version
package io.avaje.metrics.core;

import io.avaje.metrics.Metric;
import io.avaje.metrics.MetricName;

/**
 * Factory for creating metrics.
 */
public interface MetricFactory {

  /**
   * Create the metric.
   */
  T createMetric(MetricName name, int[] bucketRanges);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy