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

io.continual.metrics.MetricsSupplier Maven / Gradle / Ivy

There is a newer version: 0.3.16
Show newest version
package io.continual.metrics;

public interface MetricsSupplier
{
	/**
	 * Populate the metrics set with component-specific metrics values. The registry is
	 * expected to be configured to use a namespace specific to this supplier, so the supplier
	 * can add, for example, a counter "myCounter" and expect it to be placed properly in the
	 * overall system metrics registry.
	 * 
	 * @param metrics
	 */
	void populateMetrics ( MetricsCatalog metrics );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy