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

org.metricssampler.values.ValueTransformer Maven / Gradle / Ivy

The newest version!
package org.metricssampler.values;

public interface ValueTransformer {
	boolean matches(String metric);
	String transform(String value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy